diff options
author | 2016-01-25 12:17:48 +0000 | |
---|---|---|
committer | 2016-01-25 12:17:48 +0000 | |
commit | 7519139380057e009498fd111f3689c797fb0590 (patch) | |
tree | 2164fb17433c881a07992847a845e06b06f9d826 | |
parent | Keep track of HT protection settings in beacons and have 11n-capable (diff) | |
download | wireguard-openbsd-7519139380057e009498fd111f3689c797fb0590.tar.xz wireguard-openbsd-7519139380057e009498fd111f3689c797fb0590.zip |
Remove decls #if'0ed since rev. 1.1
POSIX used to specify those declarations, but later removed them.
ok guenther@
-rw-r--r-- | include/libgen.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/include/libgen.h b/include/libgen.h index 4983e1f88db..4ae512d93f8 100644 --- a/include/libgen.h +++ b/include/libgen.h @@ -1,4 +1,4 @@ -/* $OpenBSD: libgen.h,v 1.7 2003/06/17 21:56:23 millert Exp $ */ +/* $OpenBSD: libgen.h,v 1.8 2016/01/25 12:17:48 jca Exp $ */ /* * Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> @@ -22,16 +22,8 @@ #include <sys/cdefs.h> __BEGIN_DECLS - char *basename(const char *); char *dirname(const char *); -#if 0 -char *regcmp(const char *, ...); -char *regex(const char *, const char *, ...); - -extern char *__loc1; -#endif - __END_DECLS #endif /* _LIBGEN_H_ */ |