diff options
Diffstat (limited to 'usr.bin/at/privs.h')
-rw-r--r-- | usr.bin/at/privs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/at/privs.h b/usr.bin/at/privs.h index 2fcaf10..f8520661 100644 --- a/usr.bin/at/privs.h +++ b/usr.bin/at/privs.h @@ -1,5 +1,5 @@ -/* - * privs.h - header for privileged operations +/* + * privs.h - header for privileged operations * Copyright (C) 1993 Thomas Koenig * * This program is free software; you can redistribute it and/or modify @@ -62,7 +62,7 @@ extern #endif uid_t real_uid, effective_uid; -#ifndef MAIN +#ifndef MAIN extern #endif gid_t real_gid, effective_gid; |