diff options
author | JozanLeClerc <JozanLeClerc@noemail.net> | 2020-11-27 00:49:35 +0000 |
---|---|---|
committer | JozanLeClerc <JozanLeClerc@noemail.net> | 2020-11-27 00:49:35 +0000 |
commit | 8b5e87d39cbf588b6d6a6780a089ca29a4578e26 (patch) | |
tree | 7ae9da86ab59c084992ff246eb052c69b35c60d5 /src/c_bsdsetsid.h | |
parent | In progress (diff) | |
download | bsdsetsid-8b5e87d39cbf588b6d6a6780a089ca29a4578e26.tar.gz bsdsetsid-8b5e87d39cbf588b6d6a6780a089ca29a4578e26.tar.bz2 bsdsetsid-8b5e87d39cbf588b6d6a6780a089ca29a4578e26.tar.xz bsdsetsid-8b5e87d39cbf588b6d6a6780a089ca29a4578e26.tar.zst bsdsetsid-8b5e87d39cbf588b6d6a6780a089ca29a4578e26.zip |
Seems relatively fine to me
FossilOrigin-Name: bc4d8bfab80c3cf24020f79419bf3afea7c03fd4
Diffstat (limited to 'src/c_bsdsetsid.h')
-rw-r--r-- | src/c_bsdsetsid.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/c_bsdsetsid.h b/src/c_bsdsetsid.h index 59469f2..d7f7724 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 -Wed Nov 25 22:46:14 CET 2020 + * Fri Nov 27 01:48:28 CET 2020 * Joe * * This is the entrypoint of the program. @@ -48,6 +48,7 @@ Wed Nov 25 22:46:14 CET 2020 #define __C_BSDSETSID_H__ typedef char bool_t; +typedef void* ptr_t; enum bool_e { FALSE, |