diff options
author | Bruce Evans <bde@FreeBSD.org> | 1998-01-20 11:03:15 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1998-01-20 11:03:15 +0000 |
commit | c7b367098da1b5a3bbb11c7379870f67e67aae86 (patch) | |
tree | 204fe9d80f563e342f7681002cdbf8e53405886c | |
parent | 59cf92149a5798826f9636f60478f5d3a778d91c (diff) |
Notes
-rw-r--r-- | lib/libc/net/addr2ascii.3 | 2 | ||||
-rw-r--r-- | lib/libdisk/libdisk.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/net/addr2ascii.3 b/lib/libc/net/addr2ascii.3 index 282acacbbfd38..8cf1b85e869ac 100644 --- a/lib/libc/net/addr2ascii.3 +++ b/lib/libc/net/addr2ascii.3 @@ -37,7 +37,6 @@ .Nd Generic address formatting routines .Sh SYNOPSIS .Fd #include <sys/types.h> -.Fd #include <sys/socket.h> .Fd #include <netinet/in.h> .Fd #include <arpa/inet.h> .Ft "char *" @@ -130,6 +129,7 @@ and .Fn inet_aton could be implemented thusly: .Bd -literal -offset indent +#include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h index b8c724ec1e8ad..cbf18e8caab98 100644 --- a/lib/libdisk/libdisk.h +++ b/lib/libdisk/libdisk.h @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * -* $Id: libdisk.h,v 1.26 1997/02/22 15:06:35 peter Exp $ +* $Id: libdisk.h,v 1.27 1997/03/19 01:54:04 bde Exp $ * */ @@ -166,7 +166,7 @@ Set_Boot_Mgr(struct disk *d, const u_char *bootmgr); */ void -Set_Boot_Blocks(struct disk *d, const u_char *boot1, const u_char *boot2); +Set_Boot_Blocks(struct disk *d, const u_char *_boot1, const u_char *_boot2); /* Use these boot-blocks on this disk. Gets written when Write_Disk() * is called */ |