|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
CVS: cvs.openbsd.org: src
From: Otto Moerbeek (otto
cvs.openbsd.org)
Date: Mon Sep 25 2006 - 00:59:28 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CVSROOT: /cvs
Module name: src
Changes by: otto
cvs.openbsd.org 2006/09/24 23:59:28
Modified files:
usr.sbin/bind/bin/named/unix: os.c
usr.sbin/bind/bin/rndc/unix: os.c
usr.sbin/bind/lib/isc/unix: fsaccess.c
usr.sbin/ppp/ppp: ether.c server.c tcp.c udp.c
usr.sbin/ypserv/yppush: yppush.c
usr.sbin/ypserv/ypserv: ypserv_proc.c
usr.sbin/ypserv/ypxfr: ypxfr.c
Log message:
Use S_IS* macros insted of masking with S_IF* flags. The latter may
have multiple bits set, which leads to surprising results. Spotted by
from Paul Stoeber, more to come. ok jaredy
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]