pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/libfetch/files
Module Name: pkgsrc
Committed By: wiz
Date: Mon Feb 11 10:34:36 UTC 2019
Modified Files:
pkgsrc/net/libfetch/files: ftp.c
Log Message:
libfetch: add FALLTHROUGH comment for gcc 7
To fix pkg_install build.
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/net/libfetch/files/ftp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/libfetch/files/ftp.c
diff -u pkgsrc/net/libfetch/files/ftp.c:1.46 pkgsrc/net/libfetch/files/ftp.c:1.47
--- pkgsrc/net/libfetch/files/ftp.c:1.46 Wed Jun 11 13:12:12 2014
+++ pkgsrc/net/libfetch/files/ftp.c Mon Feb 11 10:34:36 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: ftp.c,v 1.46 2014/06/11 13:12:12 joerg Exp $ */
+/* $NetBSD: ftp.c,v 1.47 2019/02/11 10:34:36 wiz Exp $ */
/*-
* Copyright (c) 1998-2004 Dag-Erling Co�dan Sm�rgrav
* Copyright (c) 2008, 2009, 2010 Joerg Sonnenberger <joerg%NetBSD.org@localhost>
@@ -452,6 +452,7 @@ ftp_mode_type(conn_t *conn, int mode, in
break;
case 'd':
type = 'D';
+ /* FALLTHROUGH */
case 'D':
/* can't handle yet */
default:
Home |
Main Index |
Thread Index |
Old Index