PERFORCE change 27505 for review

Robert Watson rwatson at freebsd.org
Fri Mar 28 16:32:51 GMT 2003


http://perforce.freebsd.org/chv.cgi?CH=27505

Change 27505 by rwatson at rwatson_tislabs on 2003/03/28 08:32:26

	Fix guard define.

Affected files ...

.. //depot/projects/trustedbsd/misc/kugidfw/kugidfw.h#2 edit

Differences ...

==== //depot/projects/trustedbsd/misc/kugidfw/kugidfw.h#2 (text+ko) ====

@@ -34,8 +34,8 @@
  * $FreeBSD$
  */
 
-#ifndef TEST_H
-#define	TEST_H
+#ifndef KUGIDFW_H
+#define	KUGIDFW_H
 
 #include <sys/param.h>
 #include <sys/sysctl.h>
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list