]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
nfs-utils: Fix source code character encoding
authorChuck Lever <chuck.lever@oracle.com>
Mon, 27 Sep 2010 13:50:11 +0000 (09:50 -0400)
committerSteve Dickson <steved@redhat.com>
Mon, 27 Sep 2010 15:28:09 +0000 (11:28 -0400)
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>
support/nfs/nfs_mntent.c
support/nfs/xcommon.c
utils/mount/fstab.c
utils/mount/nfsmount.c

index 9c73ae0b703d4a7156163128692f6f00ec435d0b..a5216fcf829cdf2e7e1c5524e0bb750eaa53fa43 100644 (file)
@@ -1,7 +1,7 @@
 /* Private version of the libc *mntent() routines. */
 /* Note slightly different prototypes. */
 
-/* 1999-02-22 Arkadiusz Mikiewicz <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>
index d862a076c530476e37d9f49de5a67e5a9a5940ef..14e580ed79d1d62cbed35fc0eada6d63458da7ad 100644 (file)
@@ -3,7 +3,7 @@
  *
  * added fcntl locking by Kjetil T. (kjetilho@math.uio.no) - aeb, 950927
  *
- * 1999-02-22 Arkadiusz Mikiewicz <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>
index 2775d0bde95f596beb47677901d9248a10be2dee..051fa38c872503e37dfaca9e5c89c4ec4f2f7738 100644 (file)
@@ -1,4 +1,4 @@
-/* 1999-02-22 Arkadiusz Mikiewicz <misiek@pld.ORG.PL>
+/* 1999-02-22 Arkadiusz Miskiewicz <misiek@pld.ORG.PL>
  * - added Native Language Support
  * Sun Mar 21 1999 - Arnaldo Carvalho de Melo <acme@conectiva.com.br>
  * - fixed strerr(errno) in gettext calls
index 5b934b5205e9c51931592c476446978b58511352..1298fe44485789bae59cc10cf7430c2599b4f5a5 100644 (file)
@@ -21,7 +21,7 @@
  * Wed Oct  1 23:55:28 1997: Dick Streefland <dick_streefland@tasking.com>
  * Implemented the "bg", "fg" and "retry" mount options for NFS.
  *
- * 1999-02-22 Arkadiusz Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miskiewicz <misiek@pld.ORG.PL>
  * - added Native Language Support
  *
  * Modified by Olaf Kirch and Trond Myklebust for new NFS code,