summaryrefslogtreecommitdiff
path: root/sqmail-4.3.07/src/tryutmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sqmail-4.3.07/src/tryutmp.c')
-rw-r--r--sqmail-4.3.07/src/tryutmp.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sqmail-4.3.07/src/tryutmp.c b/sqmail-4.3.07/src/tryutmp.c
new file mode 100644
index 0000000..2a25e5d
--- /dev/null
+++ b/sqmail-4.3.07/src/tryutmp.c
@@ -0,0 +1,7 @@
+#include <sys/types.h>
+#include <utmp.h>
+
+int main()
+{
+ ;
+}