Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Mar 2003 08:32:51 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 27505 for review
Message-ID:  <200303281632.h2SGWpIT021868@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=27505

Change 27505 by rwatson@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>


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303281632.h2SGWpIT021868>