Displaying 2 results from an estimated 2 matches for "blabel_t".
Did you mean:
label_t
2016 Jan 31
4
configure warning on SunOS 4.1.4
...acc -V
acc: SC3.0.1 12/7/95 patch_101913-05
error in config.log:
configure:7525: checking sys/audit.h usability
configure:7542: acc -c -Xa -D__SYS5__ -D__EXTENSIONS__ -xCC -cg92 -fast
-nolibmil -xO4 conftest.c >&5
"/usr/include/sys/audit.h", line 189: syntax error before or at: blabel_t
"/usr/include/sys/audit.h", line 189: cannot recover from previous errors
configure:7548: $? = 10
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "OpenSSH"
...
can be fixed by the following patch to sys/audith.h:
--- audit.h.orig 1994-10-14 20:...
2006 Apr 18
0
configure sys/audit.h WARNING
...WARNING: ## Report this to openssh-unix-dev at mindrot.org ##
configure: WARNING: ## ------------------------------------------- ##
checking for sys/audit.h... yes
(This is from openbssh 4.2p1.)
Doing a bit of retrocomputing here... SunOS 4.1.4 requires <sys/label.h>
to define the blabel_t typedef before <sys/audit.h>, or you get compile
errors.
I notice that openbsd-compat/xcrypt.c, where HAVE_GETPWANAM is used,
does get this right.
Other than that, it appears to be working.
The lack of a prototype in scope for the emulated strerror() function
causes a lot of warnings over...