485d2dc * Mon Feb 21 2005 Dan Walsh <dwalsh@redhat.com> 1.21.18-2

Authored and Committed by dwalsh 19 years ago
    * Mon Feb 21 2005 Dan Walsh <dwalsh@redhat.com> 1.21.18-2
    - Apply Uli patch
    	* The Makefiles should use the -Wall option even if compiled in beehive
    	* Add -W, too
    	* use -Werror when used outside of beehive.  This could also be used unconditionally
    	* setfiles/setfiles.c: fix resulting warning
    	* restorecon/restorecon.c: Likewise
    	* run_init/open_init_pty.c: argc hasn't been checked, the program would crash if
    called without parameters.  ignore the return value of nice properly.
    	* run_init: don't link with -ldl lutil
    	* load_policy: that's the bad bug.  pointer to unsigned int is passed, size_t is
    written to.  fails on 64-bit archs
    	* sestatus: signed vs unsigned problem
    	* newrole: don't link with -ldl
    
        
file modified
+172 -0
file modified
+16 -1