]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Strip trailing whitespace.
authorDarren Tucker <dtucker@zip.com.au>
Mon, 1 Aug 2016 23:44:25 +0000 (09:44 +1000)
committerDarren Tucker <dtucker@zip.com.au>
Mon, 1 Aug 2016 23:44:25 +0000 (09:44 +1000)
Mechanically strip trailing whitespace on files not synced with OpenBSD
(or in the case of bsd-snprint.c, rsync).

20 files changed:
openbsd-compat/Makefile.in
openbsd-compat/base64.h
openbsd-compat/bsd-asprintf.c
openbsd-compat/bsd-cray.c
openbsd-compat/bsd-cray.h
openbsd-compat/bsd-cygwin_util.c
openbsd-compat/bsd-misc.c
openbsd-compat/bsd-misc.h
openbsd-compat/bsd-nextstep.c
openbsd-compat/bsd-openpty.c
openbsd-compat/bsd-waitpid.c
openbsd-compat/fake-rfc2553.c
openbsd-compat/fake-rfc2553.h
openbsd-compat/openbsd-compat.h
openbsd-compat/openssl-compat.c
openbsd-compat/port-aix.c
openbsd-compat/port-tun.c
openbsd-compat/setproctitle.c
openbsd-compat/xcrypt.c
openbsd-compat/xmmap.c

index aca9eba7591c8b4f25fa768a529a5cf3f54a1384..7f7368aa3e971fd99ee1eb72f34b52ba229e2f82 100644 (file)
@@ -36,7 +36,7 @@ libopenbsd-compat.a:  $(COMPAT) $(OPENBSD) $(PORTS)
        $(RANLIB) $@
 
 clean:
-       rm -f *.o *.a core 
+       rm -f *.o *.a core
 
 distclean: clean
        rm -f Makefile *~
index 732c6b3f8333587b9180c1f797ae7b1805bb24ad..0774ce2aa15a0d759d8c801455aebd4bb03a2766 100644 (file)
@@ -49,7 +49,7 @@
 
 #ifndef HAVE___B64_NTOP
 # ifndef HAVE_B64_NTOP
-int b64_ntop(u_char const *src, size_t srclength, char *target, 
+int b64_ntop(u_char const *src, size_t srclength, char *target,
     size_t targsize);
 # endif /* !HAVE_B64_NTOP */
 # define __b64_ntop(a,b,c,d) b64_ntop(a,b,c,d)
index 7b83448ca2cdff157bed9bda762bfd8d13b334ba..822367154ca4b66aad531627c66b73a59b02e587 100644 (file)
@@ -78,7 +78,7 @@ int asprintf(char **str, const char *fmt, ...)
 {
        va_list ap;
        int ret;
-       
+
        *str = NULL;
        va_start(ap, fmt);
        ret = vasprintf(str, fmt, ap);
index f1bbd7dece07f09c9a934142fc0539f9fe7895e0..1528ab6e1448059d16f6fe03ab646b760e589cfb 100644 (file)
@@ -1,10 +1,10 @@
-/* 
+/*
  * $Id: bsd-cray.c,v 1.17 2007/08/15 09:17:43 dtucker Exp $
  *
  * bsd-cray.c
  *
  * Copyright (c) 2002, Cray Inc.  (Wendy Palm <wendyp@cray.com>)
- * Significant portions provided by 
+ * Significant portions provided by
  *          Wayne Schroeder, SDSC <schroeder@sdsc.edu>
  *          William Jones, UTexas <jones@tacc.utexas.edu>
  *
@@ -268,7 +268,7 @@ cray_setup (uid_t uid, char *username, const char *command)
        usent.uname = username;
        usent.host = hostname;
        usent.ttyn = ttyn;
-       usent.caller = IA_SSHD; 
+       usent.caller = IA_SSHD;
        usent.pswdlist = &pwdacm;
        usent.ueptr = &ue;
        usent.flags = IA_INTERACTIVE | IA_FFLAG;
@@ -352,7 +352,7 @@ cray_setup (uid_t uid, char *username, const char *command)
        /*
         *  These are failed return codes from ia_user()
         */
-               switch (ia_rcode) 
+               switch (ia_rcode)
                {
                case IA_BADAUTH:
                        printf("Bad authorization, access denied.\n");
@@ -407,7 +407,7 @@ cray_setup (uid_t uid, char *username, const char *command)
                */
                ia_failure(&fsent, &fret);
 
-               exit(1); 
+               exit(1);
        }
 
        ia_mlsrcode = IA_NORMAL;
@@ -441,7 +441,7 @@ cray_setup (uid_t uid, char *username, const char *command)
                 *  There is no return because ia_failure exits.
                 */
                ia_failure(&fsent,&fret);
-               exit(1); 
+               exit(1);
        }
 
        /* Provide login status information */
@@ -526,7 +526,7 @@ cray_setup (uid_t uid, char *username, const char *command)
                                        break;
                                default:
                                        valid_acct = nam2acid(acct_name);
-                                       if (valid_acct == -1) 
+                                       if (valid_acct == -1)
                                                printf(
                                                    "Account id not found for"
                                                    " account name \"%s\"\n\n",
@@ -576,9 +576,9 @@ cray_setup (uid_t uid, char *username, const char *command)
                exit(1);
        }
 
-       /* 
-        * Now set shares, quotas, limits, including CPU time for the 
-        * (interactive) job and process, and set up permissions 
+       /*
+        * Now set shares, quotas, limits, including CPU time for the
+        * (interactive) job and process, and set up permissions
         * (for chown etc), etc.
         */
        if (setshares(ue.ue_uid, valid_acct, printf, 0, 0)) {
@@ -656,7 +656,7 @@ drop_cray_privs()
                usrv.sv_minlvl = sysv.sy_minlvl;
                usrv.sv_actlvl = sysv.sy_minlvl;
                usrv.sv_maxlvl = sysv.sy_maxlvl;
-       }       
+       }
        usrv.sv_actcmp = 0;
        usrv.sv_valcmp = sysv.sy_valcmp;
 
index 774eceb5a2009ea919c437c35fd64445488f4eac..bc2e221349563fc036a624d294d2a9372dbffb89 100644 (file)
@@ -2,7 +2,7 @@
 
 /*
  * Copyright (c) 2002, Cray Inc.  (Wendy Palm <wendyp@cray.com>)
- * Significant portions provided by 
+ * Significant portions provided by
  *          Wayne Schroeder, SDSC <schroeder@sdsc.edu>
  *          William Jones, UTexas <jones@tacc.utexas.edu>
  *
index 8672ccf7f90efa17ee523df3fefdbabd64465ade..398a5f617af59e7a89bae446771b1d1106d4f27e 100644 (file)
 
 #include "xmalloc.h"
 
-int 
+int
 binary_open(const char *filename, int flags, ...)
 {
        va_list ap;
        mode_t mode;
-       
+
        va_start(ap, flags);
        mode = va_arg(ap, mode_t);
        va_end(ap);
index 18bf62dd8183463ef711244a3203fa630906937e..f117316309fd3ad2b89144fdb72c3781b68c9303 100644 (file)
@@ -70,7 +70,7 @@ int setlogin(const char *name)
 #endif /* !HAVE_SETLOGIN */
 
 #ifndef HAVE_INNETGR
-int innetgr(const char *netgroup, const char *host, 
+int innetgr(const char *netgroup, const char *host,
             const char *user, const char *domain)
 {
        return (0);
@@ -96,7 +96,7 @@ const char *strerror(int e)
 {
        extern int sys_nerr;
        extern char *sys_errlist[];
-       
+
        if ((e >= 0) && (e < sys_nerr))
                return (sys_errlist[e]);
 
@@ -111,10 +111,10 @@ int utimes(char *filename, struct timeval *tvp)
 
        ub.actime = tvp[0].tv_sec;
        ub.modtime = tvp[1].tv_sec;
-       
+
        return (utime(filename, &ub));
 }
-#endif 
+#endif
 
 #ifndef HAVE_TRUNCATE
 int truncate(const char *path, off_t length)
@@ -149,9 +149,9 @@ int nanosleep(const struct timespec *req, struct timespec *rem)
                saverrno = errno;
                (void) gettimeofday (&tstop, NULL);
                errno = saverrno;
-               tremain.tv_sec = time2wait.tv_sec - 
+               tremain.tv_sec = time2wait.tv_sec -
                        (tstop.tv_sec - tstart.tv_sec);
-               tremain.tv_usec = time2wait.tv_usec - 
+               tremain.tv_usec = time2wait.tv_usec -
                        (tstop.tv_usec - tstart.tv_usec);
                tremain.tv_sec += tremain.tv_usec / 1000000L;
                tremain.tv_usec %= 1000000L;
index 27abb2e92b62d57a6b4bd647490b3d3de85dc2f4..6084de8d6d13fc50e0a19ca1d497134b67a42643 100644 (file)
@@ -49,7 +49,7 @@ int setegid(uid_t);
 
 #if !defined(HAVE_STRERROR) && defined(HAVE_SYS_ERRLIST) && defined(HAVE_SYS_NERR)
 const char *strerror(int);
-#endif 
+#endif
 
 #if !defined(HAVE_SETLINEBUF)
 #define setlinebuf(a)  (setvbuf((a), NULL, _IOLBF, 0))
index 8195af88a4ba1d71e39ffb92bdab9f02c1b7bab7..d52443f6d2614baf7c7eae30cc1b9aec66520594 100644 (file)
@@ -29,7 +29,7 @@
 #include <sys/wait.h>
 #include "bsd-nextstep.h"
 
-pid_t 
+pid_t
 posix_wait(int *status)
 {
        union wait statusp;
index 9777eb556d2d80c96bd2b51bf18fc9551679aa08..b28235860e7adbe5c4f77aff11d010b0d9a47ace 100644 (file)
@@ -122,7 +122,7 @@ openpty(int *amaster, int *aslave, char *name, struct termios *termp,
        }
 
        /*
-        * Try to push the appropriate streams modules, as described 
+        * Try to push the appropriate streams modules, as described
         * in Solaris pts(7).
         */
        ioctl(*aslave, I_PUSH, "ptem");
@@ -184,7 +184,7 @@ openpty(int *amaster, int *aslave, char *name, struct termios *termp,
        struct termios tio;
 
        for (i = 0; i < num_ptys; i++) {
-               snprintf(ptbuf, sizeof(ptbuf), "/dev/pty%c%c", 
+               snprintf(ptbuf, sizeof(ptbuf), "/dev/pty%c%c",
                    ptymajors[i / num_minors], ptyminors[i % num_minors]);
                snprintf(ttbuf, sizeof(ttbuf), "/dev/tty%c%c",
                    ptymajors[i / num_minors], ptyminors[i % num_minors]);
index 40e6ffaa82d6665f8216d670e2c990616c119709..c21fbe9110065d15c361fc93f893b52bec37d390 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "includes.h"
 
-#ifndef HAVE_WAITPID 
+#ifndef HAVE_WAITPID
 #include <errno.h>
 #include <sys/wait.h>
 #include "bsd-waitpid.h"
@@ -45,9 +45,9 @@ waitpid(int pid, int *stat_loc, int options)
        }
         wait_pid = wait4(pid, &statusp, options, NULL);
        if (stat_loc)
-               *stat_loc = (int) statusp.w_status;            
+               *stat_loc = (int) statusp.w_status;
 
-        return (wait_pid);                               
+        return (wait_pid);
 }
 
 #endif /* !HAVE_WAITPID */
index 096d9e092e29a9b7dc6219698d0f1d2a93bcfe82..55c95625eb6c6e3ef1207ef08f1e6f8ebcb28bd8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2000-2003 Damien Miller.  All rights reserved.
  * Copyright (C) 1999 WIDE Project.  All rights reserved.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -13,7 +13,7 @@
  * 3. Neither the name of the project nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
- * 
+ *
  * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -44,7 +44,7 @@
 #include <arpa/inet.h>
 
 #ifndef HAVE_GETNAMEINFO
-int getnameinfo(const struct sockaddr *sa, size_t salen, char *host, 
+int getnameinfo(const struct sockaddr *sa, size_t salen, char *host,
                 size_t hostlen, char *serv, size_t servlen, int flags)
 {
        struct sockaddr_in *sin = (struct sockaddr_in *)sa;
@@ -67,11 +67,11 @@ int getnameinfo(const struct sockaddr *sa, size_t salen, char *host,
                        else
                                return (0);
                } else {
-                       hp = gethostbyaddr((char *)&sin->sin_addr, 
+                       hp = gethostbyaddr((char *)&sin->sin_addr,
                            sizeof(struct in_addr), AF_INET);
                        if (hp == NULL)
                                return (EAI_NODATA);
-                       
+
                        if (strlcpy(host, hp->h_name, hostlen) >= hostlen)
                                return (EAI_MEMORY);
                        else
@@ -102,7 +102,7 @@ gai_strerror(int err)
        default:
                return ("unknown/invalid error.");
        }
-}    
+}
 #endif /* !HAVE_GAI_STRERROR */
 
 #ifndef HAVE_FREEADDRINFO
@@ -128,9 +128,9 @@ addrinfo *malloc_ai(int port, u_long addr, const struct addrinfo *hints)
        ai = malloc(sizeof(*ai) + sizeof(struct sockaddr_in));
        if (ai == NULL)
                return (NULL);
-       
+
        memset(ai, '\0', sizeof(*ai) + sizeof(struct sockaddr_in));
-       
+
        ai->ai_addr = (struct sockaddr *)(ai + 1);
        /* XXX -- ssh doesn't use sa_len */
        ai->ai_addrlen = sizeof(struct sockaddr_in);
@@ -138,7 +138,7 @@ addrinfo *malloc_ai(int port, u_long addr, const struct addrinfo *hints)
 
        ((struct sockaddr_in *)(ai)->ai_addr)->sin_port = port;
        ((struct sockaddr_in *)(ai)->ai_addr)->sin_addr.s_addr = addr;
-       
+
        /* XXX: the following is not generally correct, but does what we want */
        if (hints->ai_socktype)
                ai->ai_socktype = hints->ai_socktype;
@@ -152,7 +152,7 @@ addrinfo *malloc_ai(int port, u_long addr, const struct addrinfo *hints)
 }
 
 int
-getaddrinfo(const char *hostname, const char *servname, 
+getaddrinfo(const char *hostname, const char *servname,
     const struct addrinfo *hints, struct addrinfo **res)
 {
        struct hostent *hp;
@@ -183,29 +183,29 @@ getaddrinfo(const char *hostname, const char *servname,
                if (hostname && inet_aton(hostname, &in) != 0)
                        addr = in.s_addr;
                *res = malloc_ai(port, addr, hints);
-               if (*res == NULL) 
+               if (*res == NULL)
                        return (EAI_MEMORY);
                return (0);
        }
-               
+
        if (!hostname) {
                *res = malloc_ai(port, htonl(0x7f000001), hints);
-               if (*res == NULL) 
+               if (*res == NULL)
                        return (EAI_MEMORY);
                return (0);
        }
-       
+
        if (inet_aton(hostname, &in)) {
                *res = malloc_ai(port, in.s_addr, hints);
-               if (*res == NULL) 
+               if (*res == NULL)
                        return (EAI_MEMORY);
                return (0);
        }
-       
+
        /* Don't try DNS if AI_NUMERICHOST is set */
        if (hints && hints->ai_flags & AI_NUMERICHOST)
                return (EAI_NONAME);
-       
+
        hp = gethostbyname(hostname);
        if (hp && hp->h_name && hp->h_name[0] && hp->h_addr_list[0]) {
                struct addrinfo *cur, *prev;
@@ -229,7 +229,7 @@ getaddrinfo(const char *hostname, const char *servname,
                }
                return (0);
        }
-       
+
        return (EAI_NODATA);
 }
 #endif /* !HAVE_GETADDRINFO */
index 6426f7bf6441ed965b82de42f33221fc5aeffd28..bd520d4b1ea52c951bfa7f78ea5152ec91125912 100644 (file)
@@ -3,7 +3,7 @@
 /*
  * Copyright (C) 2000-2003 Damien Miller.  All rights reserved.
  * Copyright (C) 1999 WIDE Project.  All rights reserved.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -15,7 +15,7 @@
  * 3. Neither the name of the project nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
- * 
+ *
  * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -47,7 +47,7 @@
 #endif
 
 /*
- * First, socket and INET6 related definitions 
+ * First, socket and INET6 related definitions
  */
 #ifndef HAVE_STRUCT_SOCKADDR_STORAGE
 # define       _SS_MAXSIZE     128     /* Implementation specific max size */
@@ -154,7 +154,7 @@ struct addrinfo {
 # undef getaddrinfo
 #endif
 #define getaddrinfo(a,b,c,d)   (ssh_getaddrinfo(a,b,c,d))
-int getaddrinfo(const char *, const char *, 
+int getaddrinfo(const char *, const char *,
     const struct addrinfo *, struct addrinfo **);
 #endif /* !HAVE_GETADDRINFO */
 
@@ -170,7 +170,7 @@ void freeaddrinfo(struct addrinfo *);
 
 #ifndef HAVE_GETNAMEINFO
 #define getnameinfo(a,b,c,d,e,f,g) (ssh_getnameinfo(a,b,c,d,e,f,g))
-int getnameinfo(const struct sockaddr *, size_t, char *, size_t, 
+int getnameinfo(const struct sockaddr *, size_t, char *, size_t,
     char *, size_t, int);
 #endif /* !HAVE_GETNAMEINFO */
 
index 37d2064cd9ea87a4f8797cd813c29fe12b20a8eb..4e7629a91962f9c9ad248a848a36b2a8af9e1c85 100644 (file)
@@ -64,7 +64,7 @@ void closefrom(int);
 
 #ifndef HAVE_GETCWD
 char *getcwd(char *pt, size_t size);
-#endif 
+#endif
 
 #ifndef HAVE_REALLOCARRAY
 void *reallocarray(void *, size_t, size_t);
@@ -94,7 +94,7 @@ size_t strlcpy(char *dst, const char *src, size_t siz);
 #ifndef HAVE_STRLCAT
 /* #include <sys/types.h> XXX Still needed? */
 size_t strlcat(char *dst, const char *src, size_t siz);
-#endif 
+#endif
 
 #ifndef HAVE_SETENV
 int setenv(register const char *name, register const char *value, int rewrite);
@@ -113,11 +113,11 @@ char *strptime(const char *buf, const char *fmt, struct tm *tm);
 int mkstemps(char *path, int slen);
 int mkstemp(char *path);
 char *mkdtemp(char *path);
-#endif 
+#endif
 
 #ifndef HAVE_DAEMON
 int daemon(int nochdir, int noclose);
-#endif 
+#endif
 
 #ifndef HAVE_DIRNAME
 char *dirname(const char *path);
@@ -142,7 +142,7 @@ const char *inet_ntop(int af, const void *src, char *dst, socklen_t size);
 
 #ifndef HAVE_INET_ATON
 int inet_aton(const char *cp, struct in_addr *addr);
-#endif 
+#endif
 
 #ifndef HAVE_STRSEP
 char *strsep(char **stringp, const char *delim);
@@ -199,7 +199,7 @@ u_int32_t arc4random_uniform(u_int32_t);
 
 #ifndef HAVE_ASPRINTF
 int asprintf(char **, const char *, ...);
-#endif 
+#endif
 
 #ifndef HAVE_OPENPTY
 # include <sys/ioctl.h>        /* for struct winsize */
@@ -210,7 +210,7 @@ int openpty(int *, int *, char *, struct termios *, struct winsize *);
 
 #ifndef HAVE_SNPRINTF
 int snprintf(char *, size_t, SNPRINTF_CONST char *, ...);
-#endif 
+#endif
 
 #ifndef HAVE_STRTOLL
 long long strtoll(const char *, char **, int);
index 63a660c7a42a7bb65ec18bafb2bbad394d04ea9a..8c6b116f9b77249d639d413631f8c1a8de9cdf02 100644 (file)
@@ -55,7 +55,7 @@ ssh_compatible_openssl(long headerver, long libver)
                mask = 0xfffff00fL; /* major,minor,fix,status */
                return (headerver & mask) == (libver & mask);
        }
-       
+
        /*
         * For versions >= 1.0.0, major,minor,status must match and library
         * fix version must be equal to or newer than the header.
index 8da367d48891f33a3f88e451055ee45680a67185..c2970c4db8c7f70ca8498adf7767ea05dbfa5ea0 100644 (file)
@@ -179,7 +179,7 @@ sys_auth_passwd(Authctxt *ctxt, const char *password)
        do {
                result = authenticate((char *)name, (char *)password, &reenter,
                    &authmsg);
-               aix_remove_embedded_newlines(authmsg);  
+               aix_remove_embedded_newlines(authmsg);
                debug3("AIX/authenticate result %d, authmsg %.100s", result,
                    authmsg);
        } while (reenter);
@@ -337,11 +337,11 @@ aix_setauthdb(const char *user)
                debug3("%s: Could not open userdb to read", __func__);
                return;
        }
-       
+
        if (getuserattr((char *)user, S_REGISTRY, &registry, SEC_CHAR) == 0) {
                if (setauthdb(registry, old_registry) == 0)
                        debug3("AIX/setauthdb set registry '%s'", registry);
-               else 
+               else
                        debug3("AIX/setauthdb set registry '%s' failed: %s",
                            registry, strerror(errno));
        } else
index 49e7b4d99d1abb56b995c560e9793262073aaf89..a444adf1d5934f14bf496b1380976d9411e33ab7 100644 (file)
@@ -68,7 +68,7 @@ sys_tun_open(int tun, int mode)
                return (-1);
        }
 
-       bzero(&ifr, sizeof(ifr));       
+       bzero(&ifr, sizeof(ifr));
 
        if (mode == SSH_TUNMODE_ETHERNET) {
                ifr.ifr_flags = IFF_TAP;
index 9f7ca14c207d64a21017d631a5766fd33117c45f..2b15c6e00f8b9d36a4e0596f2a18099bb8bb23b0 100644 (file)
@@ -76,7 +76,7 @@ compat_init_setproctitle(int argc, char *argv[])
 
        /*
         * NB: This assumes that argv has already been copied out of the
-        * way. This is true for sshd, but may not be true for other 
+        * way. This is true for sshd, but may not be true for other
         * programs. Beware.
         */
 
@@ -92,7 +92,7 @@ compat_init_setproctitle(int argc, char *argv[])
        }
 
        /*
-        * Find the last argv string or environment variable within 
+        * Find the last argv string or environment variable within
         * our process memory area.
         */
        for (i = 0; i < argc; i++) {
@@ -108,8 +108,8 @@ compat_init_setproctitle(int argc, char *argv[])
        argv_start = argv[0];
        argv_env_len = lastargv - argv[0] - 1;
 
-       /* 
-        * Copy environment 
+       /*
+        * Copy environment
         * XXX - will truncate env on strdup fail
         */
        for (i = 0; envp[i] != NULL; i++)
@@ -156,7 +156,7 @@ setproctitle(const char *fmt, ...)
        pst.pst_command = ptitle;
        pstat(PSTAT_SETCMD, pst, strlen(ptitle), 0, 0);
 #elif SPT_TYPE == SPT_REUSEARGV
-/*     debug("setproctitle: copy \"%s\" into len %d", 
+/*     debug("setproctitle: copy \"%s\" into len %d",
            buf, argv_env_len); */
        len = strlcpy(argv_start, ptitle, argv_env_len);
        for(; len < argv_env_len; len++)
index cf6a9b99f38d635553d13c7fbbe370f4cd68689c..532154f7fc117bd48e7710e034e5080a0b576b69 100644 (file)
@@ -42,7 +42,7 @@
 #  include <sys/security.h>
 #  include <sys/audit.h>
 #  include <prot.h>
-# endif 
+# endif
 
 # if defined(HAVE_SHADOW_H) && !defined(DISABLE_SHADOW)
 #  include <shadow.h>
@@ -121,7 +121,7 @@ xcrypt(const char *password, const char *salt)
         crypted = bigcrypt(password, salt);
 # else
         crypted = crypt(password, salt);
-# endif 
+# endif
 
        return crypted;
 }
index 04c6babc28643c097ea6a9d7f834daa8d0443cb7..fee676e4eb1162ba5d3fe0fcf065ffcaacd6ef23 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2002 Tim Rice.  All rights reserved.
  * MAP_FAILED code by Solar Designer.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met: