aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_bsdsetsid.h
diff options
context:
space:
mode:
authorJozanLeClerc <JozanLeClerc@noemail.net>2020-11-29 17:16:20 +0000
committerJozanLeClerc <JozanLeClerc@noemail.net>2020-11-29 17:16:20 +0000
commitbada9b0ba2db5173cdb9b3bc507825a0deff2d80 (patch)
treece02ccab8398db0bbabc6fe8051ea11cb4b99541 /src/c_bsdsetsid.h
parentSeems relatively fine to me (diff)
downloadbsdsetsid-bada9b0ba2db5173cdb9b3bc507825a0deff2d80.tar.gz
bsdsetsid-bada9b0ba2db5173cdb9b3bc507825a0deff2d80.tar.bz2
bsdsetsid-bada9b0ba2db5173cdb9b3bc507825a0deff2d80.tar.xz
bsdsetsid-bada9b0ba2db5173cdb9b3bc507825a0deff2d80.tar.zst
bsdsetsid-bada9b0ba2db5173cdb9b3bc507825a0deff2d80.zip
Added man, Makefile can install
FossilOrigin-Name: 345456287af27b824c56e03b1eeebd9f73fe6562
Diffstat (limited to 'src/c_bsdsetsid.h')
-rw-r--r--src/c_bsdsetsid.h10
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__ */