]> granicus.if.org Git - sudo/commit
In struct sudo_defs_types, move the union to the end and don't initialize
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 14 Jan 2000 17:29:35 +0000 (17:29 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 14 Jan 2000 17:29:35 +0000 (17:29 +0000)
commitb1a9b1e672a18a7f009e4c333ff2947989e6b2bb
treee6f51a03b9162d3e76dc1e666c0ef9c058d3f4fb
parent0b59a0974d4e0f851620356904c7cf66d5b5e34b
In struct sudo_defs_types, move the union to the end and don't initialize
the union member since that only works with an ANSI compiler.  We set
the value of the union by hand in init_defaults() anyway.  This allows
sudo to compile on a K&R compiler again.
defaults.c
defaults.h