test: syslog.c (NEW) - test syslog logging
glen
glen at pld-linux.org
Wed Jun 14 11:35:10 CEST 2006
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");
+}
+
================================================================
More information about the pld-cvs-commit
mailing list