[hackers] [sbase] Fix style issue in whoami which broke the sbase-box target || sin

From: <git_AT_suckless.org>
Date: Mon, 14 Dec 2015 12:59:53 +0100 (CET)

commit b533625aac2522828e22cdfabb4d9a902c709860
Author: sin <sin_AT_2f30.org>
AuthorDate: Mon Dec 14 11:58:23 2015 +0000
Commit: sin <sin_AT_2f30.org>
CommitDate: Mon Dec 14 11:59:48 2015 +0000

    Fix style issue in whoami which broke the sbase-box target
    
    sbase-box.c:(.text+0xd88): undefined reference to `whoami_main'
    collect2: ld returned 1 exit status
    
    Broke the sed magic in Makefile.

diff --git a/whoami.c b/whoami.c
index 4d88aea..11ee7e2 100644
--- a/whoami.c
+++ b/whoami.c
_AT_@ -7,13 +7,13 @@
 #include "util.h"
 
 static void
-usage (void)
+usage(void)
 {
         eprintf("usage: %s\n", argv0);
 }
 
 int
-main (int argc, char *argv[])
+main(int argc, char *argv[])
 {
         uid_t uid;
         struct passwd *pw;
Received on Mon Dec 14 2015 - 12:59:53 CET

This archive was generated by hypermail 2.3.0 : Mon Dec 14 2015 - 13:00:15 CET