Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/include/rpcsvc Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/8f45803ac990
branches:  trunk
changeset: 784267:8f45803ac990
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Wed Jan 23 17:27:35 2013 +0000

description:
Fix typo.

diffstat:

 include/rpcsvc/yp_prot.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b38c11bb9928 -r 8f45803ac990 include/rpcsvc/yp_prot.h
--- a/include/rpcsvc/yp_prot.h  Wed Jan 23 16:51:14 2013 +0000
+++ b/include/rpcsvc/yp_prot.h  Wed Jan 23 17:27:35 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: yp_prot.h,v 1.17 2007/10/06 16:17:34 yamt Exp $        */
+/*     $NetBSD: yp_prot.h,v 1.18 2013/01/23 17:27:35 mbalmer Exp $     */
 
 /*
  * Copyright (c) 1992, 1993 Theo de Raadt <deraadt%fsa.ca@localhost>
@@ -287,7 +287,7 @@
 #define YPPUSH_AGE     ((unsigned int)2)       /* Master's version not newer */
 #define YPPUSH_NOMAP   ((unsigned int)-1)      /* Can't find server for map */
 #define YPPUSH_NODOM   ((unsigned int)-2)      /* Domain not supported */
-#define YPPUSH_RSRC    ((unsigned int)-3)      /* Local resouce alloc failure */
+#define YPPUSH_RSRC    ((unsigned int)-3)      /* Local resource alloc failure */
 #define YPPUSH_RPC     ((unsigned int)-4)      /* RPC failure talking to server */
 #define YPPUSH_MADDR   ((unsigned int)-5)      /* Can't get master address */
 #define YPPUSH_YPERR   ((unsigned int)-6)      /* YP server/map db error */



Home | Main Index | Thread Index | Old Index