# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/lrzsz/prototypes.patch # Copyright (C) 2004 - 2026 The T2 SDE Project # Copyright (C) 1998 - 2003 ROCK Linux Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- ./src/lrz.c.orig Sun Nov 28 11:04:25 1999 +++ ./src/lrz.c Sun Nov 28 11:04:30 1999 @@ -41,12 +41,6 @@ #include "xstrtoul.h" #include "error.h" -#ifndef STRICT_PROTOTYPES -extern time_t time(); -extern char *strerror(); -extern char *strstr(); -#endif - #ifndef HAVE_ERRNO_DECLARATION extern int errno; #endif --- ./src/lsz.c.orig Sun Nov 28 11:04:50 1999 +++ ./src/lsz.c Sun Nov 28 11:04:55 1999 @@ -50,12 +50,6 @@ #include "xstrtoul.h" #include "error.h" -#ifndef STRICT_PROTOTYPES -extern time_t time(); -extern char *strerror(); -extern char *strstr(); -#endif - #ifndef HAVE_ERRNO_DECLARATION extern int errno; #endif