aboutsummaryrefslogtreecommitdiffstats
path: root/src/test.c
diff options
context:
space:
mode:
authorkremlin <ian@kremlin.cc>2014-05-28 09:45:02 +0800
committerkremlin <ian@kremlin.cc>2014-05-28 09:45:02 +0800
commitea207ed3d155cde4001063c981f7a263c47daf64 (patch)
tree620681056dfaee46812c5f534f7673735b272f7a /src/test.c
parenta262d8ee186bd0b828ea201549aca5990b47efb7 (diff)
downloadsystembsd-ea207ed3d155cde4001063c981f7a263c47daf64.tar
systembsd-ea207ed3d155cde4001063c981f7a263c47daf64.tar.gz
systembsd-ea207ed3d155cde4001063c981f7a263c47daf64.tar.bz2
systembsd-ea207ed3d155cde4001063c981f7a263c47daf64.tar.lz
systembsd-ea207ed3d155cde4001063c981f7a263c47daf64.tar.xz
systembsd-ea207ed3d155cde4001063c981f7a263c47daf64.tar.zst
systembsd-ea207ed3d155cde4001063c981f7a263c47daf64.zip
begin hostnamed, clean up
Diffstat (limited to 'src/test.c')
-rw-r--r--src/test.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/test.c b/src/test.c
deleted file mode 100644
index 7a0d21a..0000000
--- a/src/test.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <sys/types.h>
-
-#include <glib.h>
-
-int main() {
- return 0;
-}