minor updates

This commit is contained in:
root
2024-05-11 13:44:45 +00:00
parent a55d3c4b9b
commit b449a54fda
289 changed files with 1085 additions and 431 deletions
+5 -5
View File
@@ -159,7 +159,7 @@ cc -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -o objs/autotest objs/autotest.c
----------------------------------------
checking for crypt()
/tmp/cci6t9qL.o: In function `main':
/tmp/ccI0ONuh.o: In function `main':
autotest.c:(.text+0xf): undefined reference to `crypt'
collect2: error: ld returned 1 exit status
----------
@@ -273,7 +273,7 @@ checking for statvfs()
----------------------------------------
checking for dlopen()
/tmp/ccfAmoHn.o: In function `main':
/tmp/ccqZfqrJ.o: In function `main':
autotest.c:(.text+0xf): undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
----------
@@ -436,7 +436,7 @@ objs/autotest.c: In function 'main':
objs/autotest.c:7:5: warning: implicit declaration of function 'setproctitle' [-Wimplicit-function-declaration]
setproctitle("test");;
^
/tmp/ccwcVzVd.o: In function `main':
/tmp/ccmOYxie.o: In function `main':
autotest.c:(.text+0xf): undefined reference to `setproctitle'
collect2: error: ld returned 1 exit status
----------
@@ -465,7 +465,7 @@ checking for pwrite()
----------------------------------------
checking for sys_nerr
/tmp/ccvM3t1L.o: In function `main':
/tmp/cccCRQau.o: In function `main':
autotest.c:(.text+0x6): warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead
135
----------------------------------------
@@ -495,7 +495,7 @@ checking for System V shared memory
----------------------------------------
checking for POSIX semaphores
/tmp/ccZ1aKO6.o: In function `main':
/tmp/cc19cGD0.o: In function `main':
autotest.c:(.text+0x29): undefined reference to `sem_init'
autotest.c:(.text+0x41): undefined reference to `sem_destroy'
collect2: error: ld returned 1 exit status