lint
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 8 Jun 1985 15:49:12 +0000 (07:49 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 8 Jun 1985 15:49:12 +0000 (07:49 -0800)
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 5.3

usr/src/usr.sbin/sendmail/src/readcf.c

index 5ef1fda..6dd31d2 100644 (file)
@@ -9,7 +9,7 @@
 */
 
 #ifndef lint
 */
 
 #ifndef lint
-static char    SccsId[] = "@(#)readcf.c        5.2 (Berkeley) %G%";
+static char    SccsId[] = "@(#)readcf.c        5.3 (Berkeley) %G%";
 #endif not lint
 
 # include "sendmail.h"
 #endif not lint
 
 # include "sendmail.h"
@@ -90,7 +90,7 @@ readcf(cfname)
                        if (p[1] == '$')
                        {
                                /* actual dollar sign.... */
                        if (p[1] == '$')
                        {
                                /* actual dollar sign.... */
-                               strcpy(p, p + 1);
+                               (void) strcpy(p, p + 1);
                                continue;
                        }
 
                                continue;
                        }