Author: glen                         Date: Wed Jun 14 09:35:10 2006 GMT
Module: test                          Tag: HEAD
---- Log message:
- test syslog logging

---- Files affected:
test:
   syslog.c (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: test/syslog.c
diff -u /dev/null test/syslog.c:1.1
--- /dev/null   Wed Jun 14 11:35:10 2006
+++ test/syslog.c       Wed Jun 14 11:35:05 2006
@@ -0,0 +1,6 @@
+#include <syslog.h>
+
+int main() {
+       syslog(LOG_ERR, "blah");
+}
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to