From 05f93b531d59df6e976d9b40c97b51546524040a Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Mon, 27 Sep 2010 09:50:11 -0400 Subject: 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 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'support/nfs') 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 -- cgit