From c4198a70c7f56d54ec13a8e63e0f03bb8ad51d5d Mon Sep 17 00:00:00 2001 From: charnier Date: Fri, 10 Oct 1997 06:23:42 +0000 Subject: Use err(3) instead of local redefinition. Add rcsid string. --- usr.sbin/pw/grupd.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'usr.sbin/pw/grupd.c') diff --git a/usr.sbin/pw/grupd.c b/usr.sbin/pw/grupd.c index cf0584e..feff430 100644 --- a/usr.sbin/pw/grupd.c +++ b/usr.sbin/pw/grupd.c @@ -22,16 +22,18 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $Id$ */ +#ifndef lint +static const char rcsid[] = + "$Id$"; +#endif /* not lint */ + #include #include #include #include #include -#include #include #include -- cgit v1.1