]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
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 6b2821eef2bd339f7caf49ea063f85f25b398b36..7f6d0d47c02f94636d82a25479964436db00253c 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 f3eb7fb6a28cdccab309e1e273aea7def8dcf331..26885e11d96803a2a97a8c520a7e279ed37be014 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>