summaryrefslogtreecommitdiffstats
path: root/support
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
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')
-rw-r--r--support/nfs/nfs_mntent.c2
-rw-r--r--support/nfs/xcommon.c2
2 files changed, 2 insertions, 2 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>
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 <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miskiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
*
* 2006-06-06 Amit Gud <agud@redhat.com>