From 05f93b531d59df6e976d9b40c97b51546524040a Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Mon, 27 Sep 2010 09:50:11 -0400 Subject: [PATCH] nfs-utils: Fix source code character encoding Minor clean up. Most modern Linux distributions set UTF-8 locales. Standardize the character encoding of source files on UTF-8, to squelch vim com- plaints. I probably missed a few spots. Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson --- support/nfs/nfs_mntent.c | 2 +- support/nfs/xcommon.c | 2 +- utils/mount/fstab.c | 2 +- utils/mount/nfsmount.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/support/nfs/nfs_mntent.c b/support/nfs/nfs_mntent.c index 9c73ae0..a5216fc 100644 --- a/support/nfs/nfs_mntent.c +++ b/support/nfs/nfs_mntent.c @@ -1,7 +1,7 @@ /* Private version of the libc *mntent() routines. */ /* Note slightly different prototypes. */ -/* 1999-02-22 Arkadiusz Mi¶kiewicz +/* 1999-02-22 Arkadiusz Miskiewicz * - added Native Language Support * * 2006-06-08 Amit Gud diff --git a/support/nfs/xcommon.c b/support/nfs/xcommon.c index d862a07..14e580e 100644 --- a/support/nfs/xcommon.c +++ b/support/nfs/xcommon.c @@ -3,7 +3,7 @@ * * added fcntl locking by Kjetil T. (kjetilho@math.uio.no) - aeb, 950927 * - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miskiewicz * - added Native Language Support * * 2006-06-06 Amit Gud diff --git a/utils/mount/fstab.c b/utils/mount/fstab.c index 2775d0b..051fa38 100644 --- a/utils/mount/fstab.c +++ b/utils/mount/fstab.c @@ -1,4 +1,4 @@ -/* 1999-02-22 Arkadiusz Mi¶kiewicz +/* 1999-02-22 Arkadiusz Miskiewicz * - added Native Language Support * Sun Mar 21 1999 - Arnaldo Carvalho de Melo * - fixed strerr(errno) in gettext calls diff --git a/utils/mount/nfsmount.c b/utils/mount/nfsmount.c index 5b934b5..1298fe4 100644 --- a/utils/mount/nfsmount.c +++ b/utils/mount/nfsmount.c @@ -21,7 +21,7 @@ * Wed Oct 1 23:55:28 1997: Dick Streefland * Implemented the "bg", "fg" and "retry" mount options for NFS. * - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miskiewicz * - added Native Language Support * * Modified by Olaf Kirch and Trond Myklebust for new NFS code, -- 2.39.2