can't happen, but gcc can't figure it out.
This commit is contained in:
parent
9d7a8fa9a3
commit
d3062ef0ff
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: touch.c,v 1.27 2012/02/29 23:37:07 joerg Exp $ */
|
||||
/* $NetBSD: touch.c,v 1.28 2019/10/13 20:43:25 christos Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1980, 1993
|
||||
@ -34,7 +34,7 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)touch.c 8.1 (Berkeley) 6/6/93";
|
||||
#endif
|
||||
__RCSID("$NetBSD: touch.c,v 1.27 2012/02/29 23:37:07 joerg Exp $");
|
||||
__RCSID("$NetBSD: touch.c,v 1.28 2019/10/13 20:43:25 christos Exp $");
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -738,6 +738,8 @@ mustwrite(const char *base, unsigned n, FILE *preciousfile)
|
||||
case Q_no:
|
||||
mustwrite(base + nwrote, n - nwrote, preciousfile);
|
||||
return (1);
|
||||
default:
|
||||
abort();
|
||||
}
|
||||
case Q_error:
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user