diff options
| author | 1995-12-07 03:27:38 +0000 | |
|---|---|---|
| committer | 1995-12-07 03:27:38 +0000 | |
| commit | 21c66822a4c0eed02ac7daeaefa7e06a6432d68b (patch) | |
| tree | 5e8266bb821f690fd238776ef16d6cf7dc23d11c /sys/lib/libsa/strerror.c | |
| parent | various changes to once again shrink the bootblocks to a useable size. (diff) | |
| download | wireguard-openbsd-21c66822a4c0eed02ac7daeaefa7e06a6432d68b.tar.xz wireguard-openbsd-21c66822a4c0eed02ac7daeaefa7e06a6432d68b.zip | |
shrink bootblocks by splitting libsa contents into more files. from
waldi@moacs.indiv.nl.net, netbsd pr#1817
Diffstat (limited to 'sys/lib/libsa/strerror.c')
| -rw-r--r-- | sys/lib/libsa/strerror.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/lib/libsa/strerror.c b/sys/lib/libsa/strerror.c index e84c0ea357f..a9fdbaff7d9 100644 --- a/sys/lib/libsa/strerror.c +++ b/sys/lib/libsa/strerror.c @@ -37,9 +37,6 @@ #include "saerrno.h" #include "stand.h" -size_t strlen __P((const char *)); /* XXX */ -char *strcpy __P((char *, const char *)); /* XXX */ - char * strerror(err) int err; |
