diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-03-12 17:15:03 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-03-12 17:15:03 +0100 |
commit | 963cfc9a6f6e721f52aa949e6d1af0c3e8dc2ecc (patch) | |
tree | 749b74875dbc49bcf6ed0776648b8f0ef9417407 /sys/src/cmd/upas/send/gateway.c | |
parent | 8177d20fb2709ba9290dfd41308b8e5bee4e00f8 (diff) |
merging erik quanstros nupas
Diffstat (limited to 'sys/src/cmd/upas/send/gateway.c')
-rw-r--r-- | sys/src/cmd/upas/send/gateway.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/src/cmd/upas/send/gateway.c b/sys/src/cmd/upas/send/gateway.c index fac9f42ea..ceb0b0b00 100644 --- a/sys/src/cmd/upas/send/gateway.c +++ b/sys/src/cmd/upas/send/gateway.c @@ -1,13 +1,11 @@ #include "common.h" #include "send.h" -#define isspace(c) ((c)==' ' || (c)=='\t' || (c)=='\n') - /* * Translate the last component of the sender address. If the translation * yields the same address, replace the sender with its last component. */ -extern void +void gateway(message *mp) { char *base; |