diff options
author | 2000-09-22 14:47:33 +0000 | |
---|---|---|
committer | 2000-09-22 14:47:33 +0000 | |
commit | df2d1bdb4da7b5be44c60d6431cfefa82b51e672 (patch) | |
tree | acc054190cc1aefdd35933b92e15f289f996bd26 | |
parent | Remove /var/run/ipmon.pid and add a comment saying when the user may (diff) | |
download | wireguard-openbsd-df2d1bdb4da7b5be44c60d6431cfefa82b51e672.tar.xz wireguard-openbsd-df2d1bdb4da7b5be44c60d6431cfefa82b51e672.zip |
ipx_addr(3) takes a const char *.
-rw-r--r-- | lib/libc/net/ipx.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/ipx.3 b/lib/libc/net/ipx.3 index 8cc36f08145..c1a52e14d51 100644 --- a/lib/libc/net/ipx.3 +++ b/lib/libc/net/ipx.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipx.3,v 1.5 1999/07/05 04:40:59 aaron Exp $ +.\" $OpenBSD: ipx.3,v 1.6 2000/09/22 14:47:33 millert Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -42,7 +42,7 @@ .Fd #include <sys/types.h> .Fd #include <netipx/ipx.h> .Ft struct ipx_addr -.Fn ipx_addr "char *cp" +.Fn ipx_addr "const char *cp" .Ft char * .Fn ipx_ntoa "struct ipx_addr ipx" .Sh DESCRIPTION |