diff options
author | 2001-07-27 16:41:20 +0000 | |
---|---|---|
committer | 2001-07-27 16:41:20 +0000 | |
commit | 1431e29cb890c032141fd8dece21e2bdfce7c63c (patch) | |
tree | 3aadb11bbef553fafd39be335a4bab5b8ac5e073 /lib/libc/gen | |
parent | variable name "gif" is way too generic - use "gif_softc". sync with kame (diff) | |
download | wireguard-openbsd-1431e29cb890c032141fd8dece21e2bdfce7c63c.tar.xz wireguard-openbsd-1431e29cb890c032141fd8dece21e2bdfce7c63c.zip |
varargs.h -> stdarg.h
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/syslog.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/syslog.3 b/lib/libc/gen/syslog.3 index f922a0fc339..36f998b8ee2 100644 --- a/lib/libc/gen/syslog.3 +++ b/lib/libc/gen/syslog.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: syslog.3,v 1.11 2001/02/17 17:15:23 pjanzen Exp $ +.\" $OpenBSD: syslog.3,v 1.12 2001/07/27 16:41:20 marc Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -43,7 +43,7 @@ .Nd control system log .Sh SYNOPSIS .Fd #include <syslog.h> -.Fd #include <varargs.h> +.Fd #include <stdarg.h> .Ft void .Fn syslog "int priority" "const char *message" "..." .Ft void |