]> andersk Git - openssh.git/commit - ChangeLog
- (dtucker) [openbsd-compat/setproctitle.c] Ensure SPT_TYPE is defined before
authordtucker <dtucker>
Sun, 22 Jun 2003 08:32:10 +0000 (08:32 +0000)
committerdtucker <dtucker>
Sun, 22 Jun 2003 08:32:10 +0000 (08:32 +0000)
commit39ef3618e556c605f8e23bf6d48edd1836b598a1
tree57bef409bfda7ba9a3efd186f5ab55a4beb029bc
parent63a556df8b6a6c82f6f7eb1703c4eef06d336e35
 - (dtucker) [openbsd-compat/setproctitle.c] Ensure SPT_TYPE is defined before
   testing its value.

When HAVE_SETPROCTITLE is defined (at least on NetBSD, gcc 2.95.3) the test
"#if SPT_TYPE == SPT_REUSEARGV" is not true (probably because SPT_TYPE or
SPT_REUSEARGV is not defined).  This results in the following build error:

$ gcc [flags] setproctitle.c
setproctitle.c: In function `compat_init_setproctitle':
setproctitle.c:102: `argv_start' undeclared (first use in this function)
ChangeLog
openbsd-compat/setproctitle.c
This page took 0.722714 seconds and 5 git commands to generate.