summaryrefslogtreecommitdiffstats
path: root/support/nfs/nfs_mntent.c
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2010-09-27 09:50:11 -0400
committerSteve Dickson <steved@redhat.com>2010-09-27 11:28:09 -0400
commit05f93b531d59df6e976d9b40c97b51546524040a (patch)
tree7309e1a6338dd2da229c2207fdd9e0d74f70a533 /support/nfs/nfs_mntent.c
parent5341111d4b34bcd1b1263d5ed215cbe375aa9314 (diff)
downloadnfs-utils-05f93b531d59df6e976d9b40c97b51546524040a.tar.gz
nfs-utils-05f93b531d59df6e976d9b40c97b51546524040a.tar.xz
nfs-utils-05f93b531d59df6e976d9b40c97b51546524040a.zip
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 <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'support/nfs/nfs_mntent.c')
-rw-r--r--support/nfs/nfs_mntent.c2
1 files changed, 1 insertions, 1 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 <misiek@pld.ORG.PL>
+/* 1999-02-22 Arkadiusz Miskiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
*
* 2006-06-08 Amit Gud <agud@redhat.com>