aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert2018-01-01 01:24:45 -0800
committerPaul Eggert2018-01-01 01:25:56 -0800
commit751989772768fe787ec0bb02929c3d2a49805388 (patch)
treedce15df0bb09c63f684efa2ef0a0eb22f992b13d /lib
parentd263ce25cd3a751b510abcc8bc67b0ee1ffa96d5 (diff)
downloademacs-751989772768fe787ec0bb02929c3d2a49805388.tar.gz
emacs-751989772768fe787ec0bb02929c3d2a49805388.zip
Merge from gnulib, mostly to fix copyright years
Diffstat (limited to 'lib')
-rw-r--r--lib/fsusage.c4
-rw-r--r--lib/gnulib.mk.in4
2 files changed, 5 insertions, 3 deletions
diff --git a/lib/fsusage.c b/lib/fsusage.c
index 3482c5f3ac3..6920f8530a1 100644
--- a/lib/fsusage.c
+++ b/lib/fsusage.c
@@ -1,7 +1,7 @@
1/* fsusage.c -- return space usage of mounted file systems 1/* fsusage.c -- return space usage of mounted file systems
2 2
3 Copyright (C) 1991-1992, 1996, 1998-1999, 2002-2006, 2009-2018 Free 3 Copyright (C) 1991-1992, 1996, 1998-1999, 2002-2006, 2009-2018 Free Software
4 Software Foundation, Inc. 4 Foundation, Inc.
5 5
6 This program is free software: you can redistribute it and/or modify 6 This program is free software: you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
diff --git a/lib/gnulib.mk.in b/lib/gnulib.mk.in
index d7300614828..49f4d236e44 100644
--- a/lib/gnulib.mk.in
+++ b/lib/gnulib.mk.in
@@ -540,6 +540,9 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
540INSTALL_SCRIPT = @INSTALL_SCRIPT@ 540INSTALL_SCRIPT = @INSTALL_SCRIPT@
541INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ 541INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@
542INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ 542INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@
543JSON_CFLAGS = @JSON_CFLAGS@
544JSON_LIBS = @JSON_LIBS@
545JSON_OBJ = @JSON_OBJ@
543KQUEUE_CFLAGS = @KQUEUE_CFLAGS@ 546KQUEUE_CFLAGS = @KQUEUE_CFLAGS@
544KQUEUE_LIBS = @KQUEUE_LIBS@ 547KQUEUE_LIBS = @KQUEUE_LIBS@
545KRB4LIB = @KRB4LIB@ 548KRB4LIB = @KRB4LIB@
@@ -945,7 +948,6 @@ pdfdir = @pdfdir@
945prefix = @prefix@ 948prefix = @prefix@
946program_transform_name = @program_transform_name@ 949program_transform_name = @program_transform_name@
947psdir = @psdir@ 950psdir = @psdir@
948runstatedir = @runstatedir@
949sbindir = @sbindir@ 951sbindir = @sbindir@
950sharedstatedir = @sharedstatedir@ 952sharedstatedir = @sharedstatedir@
951srcdir = @srcdir@ 953srcdir = @srcdir@