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:           Thu Apr 16 08:14:10 UTC 2026

Modified Files:
        pkgsrc/net/libfetch/files: common.h

Log Message:
libfetch: reduce diffs to src/ - whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/libfetch/files/common.h

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/common.h
diff -u pkgsrc/net/libfetch/files/common.h:1.26 pkgsrc/net/libfetch/files/common.h:1.27
--- pkgsrc/net/libfetch/files/common.h:1.26     Sat Apr 11 10:41:52 2026
+++ pkgsrc/net/libfetch/files/common.h  Thu Apr 16 08:14:10 2026
@@ -1,4 +1,4 @@
-/*     $NetBSD: common.h,v 1.26 2026/04/11 10:41:52 wiz Exp $  */
+/*     $NetBSD: common.h,v 1.27 2026/04/16 08:14:10 wiz Exp $  */
 /*-
  * Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav
  * All rights reserved.
@@ -99,7 +99,7 @@ struct fetcherr {
 
 void            fetch_seterr(struct fetcherr *, int);
 void            fetch_syserr(void);
-void            fetch_info(const char *, ...)  LIBFETCH_PRINTFLIKE(1, 2);
+void            fetch_info(const char *, ...) LIBFETCH_PRINTFLIKE(1, 2);
 int             fetch_default_port(const char *);
 int             fetch_default_proxy_port(const char *);
 int             fetch_bind(int, int, const char *);



Home | Main Index | Thread Index | Old Index