diff options
Diffstat (limited to 'src/lib/libc/string/swab.c')
-rw-r--r-- | src/lib/libc/string/swab.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/swab.c b/src/lib/libc/string/swab.c index bdedd06672..311cf13a53 100644 --- a/src/lib/libc/string/swab.c +++ b/src/lib/libc/string/swab.c | |||
@@ -35,10 +35,10 @@ | |||
35 | */ | 35 | */ |
36 | 36 | ||
37 | #if defined(LIBC_SCCS) && !defined(lint) | 37 | #if defined(LIBC_SCCS) && !defined(lint) |
38 | static char *rcsid = "$OpenBSD: swab.c,v 1.2 1996/08/19 08:34:30 tholo Exp $"; | 38 | static char *rcsid = "$OpenBSD: swab.c,v 1.3 1998/02/10 02:19:48 deraadt Exp $"; |
39 | #endif /* LIBC_SCCS and not lint */ | 39 | #endif /* LIBC_SCCS and not lint */ |
40 | 40 | ||
41 | #include <string.h> | 41 | #include <unistd.h> |
42 | 42 | ||
43 | void | 43 | void |
44 | swab(from, to, len) | 44 | swab(from, to, len) |