diff options
author | 2002-03-24 04:39:38 +0000 | |
---|---|---|
committer | 2002-03-24 04:39:38 +0000 | |
commit | 718e4ab65c43c49d446f1c7a2af1603d24c09797 (patch) | |
tree | 6916fb641ac2acc78b2f9db2437a6f95f45cc59e /libexec/rpc.rstatd | |
parent | WCCP support (trivial hack, it's not the complete protocol, but it'll (diff) | |
download | wireguard-openbsd-718e4ab65c43c49d446f1c7a2af1603d24c09797.tar.xz wireguard-openbsd-718e4ab65c43c49d446f1c7a2af1603d24c09797.zip |
string.h
Diffstat (limited to 'libexec/rpc.rstatd')
-rw-r--r-- | libexec/rpc.rstatd/rstatd.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libexec/rpc.rstatd/rstatd.c b/libexec/rpc.rstatd/rstatd.c index 56de7d78dae..863f219d92d 100644 --- a/libexec/rpc.rstatd/rstatd.c +++ b/libexec/rpc.rstatd/rstatd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rstatd.c,v 1.8 2002/02/16 21:27:31 millert Exp $ */ +/* $OpenBSD: rstatd.c,v 1.9 2002/03/24 04:39:38 deraadt Exp $ */ /*- * Copyright (c) 1993, John Brezak @@ -34,13 +34,14 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: rstatd.c,v 1.8 2002/02/16 21:27:31 millert Exp $"; +static char rcsid[] = "$OpenBSD: rstatd.c,v 1.9 2002/03/24 04:39:38 deraadt Exp $"; #endif /* not lint */ #include <sys/types.h> #include <sys/socket.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <unistd.h> #include <signal.h> #include <syslog.h> |