diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-18 00:18:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-18 00:18:55 +0000 |
commit | 90902c0c418bd6da6372c490446f5ae0e7b811ee (patch) | |
tree | e7a771ca67e4aa235de79f4cd63fbedf304d34b5 /libexec/talkd | |
parent | 05273efafe141b5960cee722813794d4bc474ba1 (diff) |
param.h
Diffstat (limited to 'libexec/talkd')
-rw-r--r-- | libexec/talkd/announce.c | 5 | ||||
-rw-r--r-- | libexec/talkd/talkd.c | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/libexec/talkd/announce.c b/libexec/talkd/announce.c index 38b8c4fcd26..9846cfa7ede 100644 --- a/libexec/talkd/announce.c +++ b/libexec/talkd/announce.c @@ -1,4 +1,4 @@ -/* $OpenBSD: announce.c,v 1.5 1996/07/18 00:05:33 deraadt Exp $ */ +/* $OpenBSD: announce.c,v 1.6 1996/07/18 00:18:53 deraadt Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -35,9 +35,10 @@ #ifndef lint /*static char sccsid[] = "from: @(#)announce.c 5.9 (Berkeley) 2/26/91";*/ -static char rcsid[] = "$Id: announce.c,v 1.5 1996/07/18 00:05:33 deraadt Exp $"; +static char rcsid[] = "$Id: announce.c,v 1.6 1996/07/18 00:18:53 deraadt Exp $"; #endif /* not lint */ +#include <sys/param.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/time.h> diff --git a/libexec/talkd/talkd.c b/libexec/talkd/talkd.c index fd76c2e6f0c..b99bcb2b212 100644 --- a/libexec/talkd/talkd.c +++ b/libexec/talkd/talkd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: talkd.c,v 1.4 1996/07/18 00:04:09 deraadt Exp $ */ +/* $OpenBSD: talkd.c,v 1.5 1996/07/18 00:18:54 deraadt Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -41,7 +41,7 @@ char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)talkd.c 5.8 (Berkeley) 2/26/91";*/ -static char rcsid[] = "$Id: talkd.c,v 1.4 1996/07/18 00:04:09 deraadt Exp $"; +static char rcsid[] = "$Id: talkd.c,v 1.5 1996/07/18 00:18:54 deraadt Exp $"; #endif /* not lint */ /* @@ -50,6 +50,7 @@ static char rcsid[] = "$Id: talkd.c,v 1.4 1996/07/18 00:04:09 deraadt Exp $"; * disconnect all descriptors and ttys, and then endless * loop on waiting for and processing requests */ +#include <sys/param.h> #include <sys/types.h> #include <sys/socket.h> #include <protocols/talkd.h> |