From 68b584d665a2424ef7249bac7af1f6e4ba1f1140 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 29 Sep 2011 09:28:54 -0400 Subject: Added touch function --- src/user.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/user.c b/src/user.c index 21a4686..adbfc73 100644 --- a/src/user.c +++ b/src/user.c @@ -18,8 +18,6 @@ * along with duser. If not, see . **/ -#define _GNU_SOURCE - #include #include #include -- cgit