=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sdiff/common.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/sdiff/common.c 2006/03/11 07:12:42 1.2 +++ src/usr.bin/sdiff/common.c 2006/05/10 14:32:51 1.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: common.c,v 1.2 2006/03/11 07:12:42 ray Exp $ */ +/* $OpenBSD: common.c,v 1.3 2006/05/10 14:32:51 ray Exp $ */ /* * Written by Raymond Lai . @@ -55,14 +55,12 @@ if ((file = fdopen(fd, "w")) == NULL) { warn("could not open %s", filename); cleanup(filename); - /* NOTREACHED */ } /* Write to file. */ if (fputs(s, file)) { warn("could not write to %s", filename); cleanup(filename); - /* NOTREACHED */ } /* Close temp file. */