diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1996-08-21 09:06:55 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1996-08-21 09:06:55 +0000 |
| commit | f6d645c05f62318d39edb1a2b07aa6415d02a486 (patch) | |
| tree | 1fdb1f96e1efda931f8d160c69ff9d58f0ecf84b /mail/youbin/files/patch-ac | |
| parent | 5dd6d5383bcad855f9103c9690560de7f111dd71 (diff) | |
Remote (network) biff.
Submitted by: max@sfc.wide.ad.jp
Diffstat (limited to 'mail/youbin/files/patch-ac')
| -rw-r--r-- | mail/youbin/files/patch-ac | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/mail/youbin/files/patch-ac b/mail/youbin/files/patch-ac new file mode 100644 index 000000000000..755cb0d19a23 --- /dev/null +++ b/mail/youbin/files/patch-ac @@ -0,0 +1,33 @@ +diff -c log.c.orig log.c +*** log.c.orig Sun Mar 26 20:33:04 1995 +--- log.c Wed Aug 7 13:31:29 1996 +*************** +*** 31,36 **** +--- 31,37 ---- + #include <sys/types.h> + #include <netinet/in.h> + #include <stdio.h> ++ #include <sys/param.h> + + #include "youbin.h" + #include "server.h" +*************** +*** 90,97 **** + static int flag_console = ON; /* Always true. */ + + extern int errno; + extern char *sys_errlist[]; +! + /* + * Initialize. + */ +--- 91,99 ---- + static int flag_console = ON; /* Always true. */ + + extern int errno; ++ #if !(defined(BSD) && (BSD >= 199306)) + extern char *sys_errlist[]; +! #endif + /* + * Initialize. + */ |
