diff options
author | jdp <jdp@FreeBSD.org> | 1997-03-29 17:42:32 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1997-03-29 17:42:32 +0000 |
commit | e39d0906a6a1f3071e89c4b7ae80571f3e7da7b6 (patch) | |
tree | a3b77f700fc7dcb9cfbbb1f05c59a7db1121f0af /lib/libmytinfo | |
parent | e629920459bb7a478529cf32e661bff0f7335197 (diff) | |
download | FreeBSD-src-e39d0906a6a1f3071e89c4b7ae80571f3e7da7b6.zip FreeBSD-src-e39d0906a6a1f3071e89c4b7ae80571f3e7da7b6.tar.gz |
Remove conflicting declaration of sys_errlist, which caused make world
breakage.
Diffstat (limited to 'lib/libmytinfo')
-rw-r--r-- | lib/libmytinfo/defs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libmytinfo/defs.h b/lib/libmytinfo/defs.h index cab2fae..7b8e8d9 100644 --- a/lib/libmytinfo/defs.h +++ b/lib/libmytinfo/defs.h @@ -190,9 +190,6 @@ extern char _mytinfo_version[]; /* for quit.c */ extern int sys_nerr; -#if __FreeBSD__ != 2 -extern char *sys_errlist[]; -#endif extern char *prg_name; #endif /* _DEFS_H_ */ |