diff options
Diffstat (limited to 'src/c_bsdsetsid.h')
-rw-r--r-- | src/c_bsdsetsid.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/c_bsdsetsid.h b/src/c_bsdsetsid.h index d7f7724..740bd7d 100644 --- a/src/c_bsdsetsid.h +++ b/src/c_bsdsetsid.h @@ -39,7 +39,7 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * bsdsetsid: src/c_bsdsetsid.h - * Fri Nov 27 01:48:28 CET 2020 + * Sun Nov 29 17:02:13 CET 2020 * Joe * * This is the entrypoint of the program. @@ -47,6 +47,8 @@ #ifndef __C_BSDSETSID_H__ #define __C_BSDSETSID_H__ +#define C_PROGNAME "bsdsetsid" + typedef char bool_t; typedef void* ptr_t; @@ -55,8 +57,4 @@ enum bool_e { TRUE }; -#define C_PROGNAME "bsdsetsid" -#define C_ERR_NOARG "no program specified" -#define C_W_OPT "-w" - -#endif +#endif /* ifndef __C_BSDSETSID_H__ */ |