PERFORCE change 75899 for review

Robert Watson rwatson at FreeBSD.org
Sun Apr 24 17:01:36 GMT 2005


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

Change 75899 by rwatson at rwatson_paprika on 2005/04/24 17:01:31

	Hook up bsm_notify.c to the build, but only compile the contents
	if running on Darwin.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/libbsm/Makefile#4 edit
.. //depot/projects/trustedbsd/openbsm/libbsm/bsm_notify.c#3 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/libbsm/Makefile#4 (text+ko) ====

@@ -18,6 +18,7 @@
 	bsm_flags.c							\
 	bsm_io.c							\
 	bsm_mask.c							\
+	bsm_notify.c							\
 	bsm_token.c							\
 	bsm_user.c							\
 	bsm_wrappers.c

==== //depot/projects/trustedbsd/openbsm/libbsm/bsm_notify.c#3 (text+ko) ====

@@ -26,6 +26,8 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+#ifdef __APPLE__
+
 /* 
  * Based on sample code from Marc Majka 
  */
@@ -144,3 +146,4 @@
     }
 }
 
+#endif /* !__APPLE__ */
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