diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-06-26 01:58:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-06-26 01:58:01 +0000 |
commit | 89b2e3f9ce66aaae432b664eaf70364a8850c0ce (patch) | |
tree | aed6d20b8f3a9ee933c59207644bef256696a1fd | |
parent | 53f7c42e6e51fbedaf62b455fa3d9baab7375839 (diff) |
make it 21 total log devs
-rw-r--r-- | usr.sbin/syslogd/syslogd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/syslogd/syslogd.c b/usr.sbin/syslogd/syslogd.c index fedc0d8d131..32d30a24562 100644 --- a/usr.sbin/syslogd/syslogd.c +++ b/usr.sbin/syslogd/syslogd.c @@ -203,7 +203,7 @@ char *ttymsg __P((struct iovec *, int, char *, int)); void usage __P((void)); void wallmsg __P((struct filed *, struct iovec *)); -#define MAXFUNIX 20 +#define MAXFUNIX 21 int nfunix = 1; char *funixn[MAXFUNIX] = { _PATH_LOG }; |