aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ypbind
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 03:57:47 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 03:57:47 +0000
commit709e8f9ae1d734c1a163c9b421df4b8153939ce7 (patch)
tree15a9c7203efd47ba6dde2896fdb6327dddd4547f /usr.sbin/ypbind
parent010f5413b5781bc362fde190ec835a424ec8d28e (diff)
downloadsrc-709e8f9ae1d734c1a163c9b421df4b8153939ce7.tar.gz
src-709e8f9ae1d734c1a163c9b421df4b8153939ce7.zip
Remove trailing whitespace.
Notes
Notes: svn path=/head/; revision=8857
Diffstat (limited to 'usr.sbin/ypbind')
-rw-r--r--usr.sbin/ypbind/ypbind.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ypbind/ypbind.c b/usr.sbin/ypbind/ypbind.c
index f7cd13e4dc9d..49f8587ead08 100644
--- a/usr.sbin/ypbind/ypbind.c
+++ b/usr.sbin/ypbind/ypbind.c
@@ -28,7 +28,7 @@
*/
#ifndef LINT
-static char rcsid[] = "$Id: ypbind.c,v 1.12 1995/05/12 16:52:58 wpaul Exp $";
+static char rcsid[] = "$Id: ypbind.c,v 1.14 1995/05/29 16:39:52 wpaul Exp $";
#endif
#include <sys/param.h>
@@ -169,7 +169,7 @@ CLIENT *clnt;
return &res;
}
ypdb = (struct _dom_binding *)malloc(sizeof *ypdb);
- if (ypdb == NULL) {
+ if (ypdb == NULL) {
syslog(LOG_WARNING, "malloc: %s", strerror(errno));
res.ypbind_respbody.ypbind_error = YPBIND_ERR_RESC;
return &res;
@@ -338,7 +338,7 @@ int sig;
pmap_unset(YPBINDPROG, YPBINDVERS);
exit(0);
}
-
+
void
main(argc, argv)
int argc;
@@ -757,7 +757,7 @@ int force;
if (force == 0)
return;
ypdb = (struct _dom_binding *)malloc(sizeof *ypdb);
- if (ypdb == NULL) {
+ if (ypdb == NULL) {
syslog(LOG_WARNING, "malloc: %s", strerror(errno));
return;
}