]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - ppt/ppt.c
Always lseek back to the beginning of the file in post(), which may be
[bsdgames-darwin.git] / ppt / ppt.c
index f94a9849d8e62f591dca4d8f4638b885429961f7..a69a7b27b2e0ae6aa970555451f4adc72291d7e7 100644 (file)
--- a/ppt/ppt.c
+++ b/ppt/ppt.c
@@ -1,4 +1,4 @@
-/*     $NetBSD: ppt.c,v 1.7 1999/12/16 13:38:28 jsm Exp $      */
+/*     $NetBSD: ppt.c,v 1.9 2000/07/03 03:57:43 matt Exp $     */
 
 /*
  * Copyright (c) 1988, 1993
@@ -43,11 +43,12 @@ __COPYRIGHT("@(#) Copyright (c) 1988, 1993\n\
 #if 0
 static char sccsid[] = "@(#)ppt.c      8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: ppt.c,v 1.7 1999/12/16 13:38:28 jsm Exp $");
+__RCSID("$NetBSD: ppt.c,v 1.9 2000/07/03 03:57:43 matt Exp $");
 #endif
 #endif /* not lint */
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <unistd.h>
 
        int     main __P((int, char *[]));
@@ -62,7 +63,7 @@ main(argc, argv)
        char *p;
 
        /* Revoke setgid privileges */
-       setregid(getgid(), getgid());
+       setgid(getgid());
 
        (void) puts("___________");
        if (argc > 1)