]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
netbsd-allow-param-file-inclusion-20020310
authorLove Hörnquist-Åstrand <lha@e.kth.se>
Sun, 10 Mar 2002 18:44:22 +0000 (18:44 +0000)
committerDerrick Brashear <shadow@dementia.org>
Sun, 10 Mar 2002 18:44:22 +0000 (18:44 +0000)
fix param files so ifdef error does not preclude inclusion at all

src/config/param.alpha_nbsd15.h
src/config/param.i386_nbsd15.h

index 3a32ea27aaf8233cd31a7befe9818ebd9065901f..40e87774b7372270a6fbba7833d2232cd92ae376 100644 (file)
@@ -12,4 +12,4 @@
 
 #define AFSLITTLE_ENDIAN 1
 
-#endif /* AFS_PARAM_COMMON_H */
+#endif /* AFS_PARAM_H */
index 27d4c54bfc89c4c24b1ab0d070f6f16b07306c9d..0ec64cd8857237606a58cf3c17643b44137d02ac 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef        AFS_PARAM_COMMON_H
-#define        AFS_PARAM_COMMON_H
+#ifndef        AFS_PARAM_H
+#define        AFS_PARAM_H
 
 #include <sys/param.h>
 
@@ -12,4 +12,4 @@
 
 #define AFSLITTLE_ENDIAN 1
 
-#endif /* AFS_PARAM_COMMON_H */
+#endif /* AFS_PARAM_H */