summaryrefslogtreecommitdiff
path: root/src/commands/groups.c
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-05-01 00:38:33 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-05-01 00:38:33 -0400
commit5a0ec4ed3711beda63450fcfe0bbbd1656fbb1ae (patch)
treeea3b2d94a7c5a1d368e09a60975976fcb6c21ce2 /src/commands/groups.c
parenttee, whoami, wc (diff)
downloadlazysphere-5a0ec4ed3711beda63450fcfe0bbbd1656fbb1ae.tar.gz
lazysphere-5a0ec4ed3711beda63450fcfe0bbbd1656fbb1ae.tar.bz2
lazysphere-5a0ec4ed3711beda63450fcfe0bbbd1656fbb1ae.zip
move back to c99
Diffstat (limited to '')
-rw-r--r--src/commands/groups.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands/groups.c b/src/commands/groups.c
index 4aa7776..aea92af 100644
--- a/src/commands/groups.c
+++ b/src/commands/groups.c
@@ -2,7 +2,6 @@
#include <grp.h>
#include <pwd.h>
-#include <unistd.h>
COMMAND_EMPTY(groups) {