openbsd-ports/net/ntp/patches/patch-configure_in
sturm 3fcc829ef4 SECURITY:
fix gid confusion when starting ntpd with -u groupname
CAN-2005-2496
2006-01-24 19:58:58 +00:00

21 lines
521 B
Plaintext

$OpenBSD: patch-configure_in,v 1.5 2006/01/24 19:58:58 sturm Exp $
--- configure.in.orig Tue May 25 13:02:21 2004
+++ configure.in Tue Jan 24 20:52:52 2006
@@ -768,6 +768,7 @@ case "$host" in
*-pc-cygwin*)
;;
*) AC_CHECK_FUNCS(getuid)
+ AC_CHECK_FUNCS(geteuid)
;;
esac
AC_CHECK_FUNCS(hstrerror)
@@ -787,6 +788,8 @@ case "$host" in
;;
*-*-irix[[45]]*)
# Just a stub in "old" Irix. Idiots.
+ ;;
+ *-*-openbsd*)
;;
*-*-qnx*)
# Apparently there but not working in QNX. Idiots?