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.
master
sin 8 years ago
parent 09c279285a
commit b533625aac

@ -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;

Loading…
Cancel
Save