winnt-undo-backslashes-20030317
authorDerrick Brashear <shadow@dementia.org>
Mon, 17 Mar 2003 15:55:16 +0000 (15:55 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 17 Mar 2003 15:55:16 +0000 (15:55 +0000)
get rid of weird includes

src/WINNT/afsd/fs_utils.c
src/util/softsig.c

index 6b2821e..7f6d0d4 100644 (file)
@@ -7,8 +7,8 @@
  * directory or online at http://www.openafs.org/dl/license10.html
  */
 
-#include <afs\param.h>
-#include <afs\stds.h>
+#include <afs/param.h>
+#include <afs/stds.h>
 
 #include <windows.h>
 #include <stdlib.h>
index f3eb7fb..26885e1 100644 (file)
@@ -8,14 +8,14 @@
  */
 
 #define _POSIX_PTHREAD_SEMANTICS
-#include <afs\param.h>
+#include <afs/param.h>
 #include <assert.h>
 #include <stdio.h>
 #ifndef  AFS_NT40_ENV
 #include <signal.h>
 #include <unistd.h>
 #else
-#include <afs\procmgmt.h>
+#include <afs/procmgmt.h>
 #endif
 #include <pthread.h>