summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strmode.c
diff options
context:
space:
mode:
authormillert <>2005-06-15 17:48:52 +0000
committermillert <>2005-06-15 17:48:52 +0000
commitc55b7004c82eba00f9d9ea859c9648787dae9b24 (patch)
treea936716689afe496f009ed38a82c068606fd8d68 /src/lib/libc/string/strmode.c
parentf556728aa2ecf5af778b8eb40bc7085f54153079 (diff)
downloadopenbsd-c55b7004c82eba00f9d9ea859c9648787dae9b24.tar.gz
openbsd-c55b7004c82eba00f9d9ea859c9648787dae9b24.tar.bz2
openbsd-c55b7004c82eba00f9d9ea859c9648787dae9b24.zip
bye bye whiteouts
Diffstat (limited to 'src/lib/libc/string/strmode.c')
-rw-r--r--src/lib/libc/string/strmode.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libc/string/strmode.c b/src/lib/libc/string/strmode.c
index bd78403cb2..eedd65aaf3 100644
--- a/src/lib/libc/string/strmode.c
+++ b/src/lib/libc/string/strmode.c
@@ -28,7 +28,7 @@
28 */ 28 */
29 29
30#if defined(LIBC_SCCS) && !defined(lint) 30#if defined(LIBC_SCCS) && !defined(lint)
31static char *rcsid = "$OpenBSD: strmode.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $"; 31static char *rcsid = "$OpenBSD: strmode.c,v 1.6 2005/06/15 17:48:52 millert Exp $";
32#endif /* LIBC_SCCS and not lint */ 32#endif /* LIBC_SCCS and not lint */
33 33
34#include <sys/types.h> 34#include <sys/types.h>
@@ -65,11 +65,6 @@ strmode(int mode, char *p)
65 *p++ = 'p'; 65 *p++ = 'p';
66 break; 66 break;
67#endif 67#endif
68#ifdef S_IFWHT
69 case S_IFWHT: /* whiteout */
70 *p++ = 'w';
71 break;
72#endif
73 default: /* unknown */ 68 default: /* unknown */
74 *p++ = '?'; 69 *p++ = '?';
75 break; 70 break;