summaryrefslogtreecommitdiff
path: root/pfinet
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-08-02 16:48:49 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-08-02 16:48:49 +0000
commit79c40dfecc010bb58b598d74a08513089004e1f6 (patch)
tree4f46f47acbe8dd0e7c6036a1e998751a1879ed01 /pfinet
parenta17a82e5d543b1f4fad9f299927e53868a4c4e10 (diff)
Formerly kernel.h.~2~
Diffstat (limited to 'pfinet')
-rw-r--r--pfinet/linux/kernel.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/pfinet/linux/kernel.h b/pfinet/linux/kernel.h
index e69de29b..af7922b6 100644
--- a/pfinet/linux/kernel.h
+++ b/pfinet/linux/kernel.h
@@ -0,0 +1,11 @@
+#ifndef _HACK_KERNEL_H
+#define _HACK_KERNEL_H
+
+#include <stdio.h>
+
+#define printk printf
+
+int suser (void);
+
+
+#endif