summaryrefslogtreecommitdiff
path: root/include/string.h
diff options
context:
space:
mode:
authorkleink <kleink@NetBSD.org>1998-01-12 16:05:40 +0000
committerkleink <kleink@NetBSD.org>1998-01-12 16:05:40 +0000
commitf1d296dd607a2c3440fb1e978ea5fbd5fae96ad5 (patch)
tree72da42466ed6f7290fa6a438b3b6e2fdb05b14e0 /include/string.h
parent98e7377438619f5971909492fae2152ca11826b0 (diff)
Per XPG4, move the prototype of swab() from <string.h> to <unistd.h>.
Diffstat (limited to 'include/string.h')
-rw-r--r--include/string.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/string.h b/include/string.h
index 40627274794..4de4df426ce 100644
--- a/include/string.h
+++ b/include/string.h
@@ -1,4 +1,4 @@
-/* $NetBSD: string.h,v 1.8 1997/10/16 23:26:26 christos Exp $ */
+/* $NetBSD: string.h,v 1.9 1998/01/12 16:05:40 kleink Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -88,7 +88,6 @@ int strcasecmp __P((const char *, const char *));
char *strdup __P((const char *));
int strncasecmp __P((const char *, const char *, size_t));
char *strsep __P((char **, const char *));
-void swab __P((const void *, void *, size_t));
#endif
__END_DECLS