Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/compat/netbsd32 Fix typo in previous



details:   https://anonhg.NetBSD.org/src/rev/4dee38c7beb3
branches:  pgoyette-compat
changeset: 447239:4dee38c7beb3
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Jan 05 02:49:15 2019 +0000

description:
Fix typo in previous

diffstat:

 sys/compat/netbsd32/netbsd32_conv.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a8af0833a755 -r 4dee38c7beb3 sys/compat/netbsd32/netbsd32_conv.h
--- a/sys/compat/netbsd32/netbsd32_conv.h       Thu Jan 03 10:57:32 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_conv.h       Sat Jan 05 02:49:15 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_conv.h,v 1.33.2.4 2019/01/03 10:57:32 pgoyette Exp $  */
+/*     $NetBSD: netbsd32_conv.h,v 1.33.2.5 2019/01/05 02:49:15 pgoyette Exp $  */
 
 /*
  * Copyright (c) 1998, 2001 Matthew R. Green
@@ -555,7 +555,7 @@
     struct netbsd32_msqid_ds50 *ds32p)
 {
 
-       nemset(ds32p, 0, sizeof(*ds32p));
+       memset(ds32p, 0, sizeof(*ds32p));
        netbsd32_from_ipc_perm(&dsp->msg_perm, &ds32p->msg_perm);
        ds32p->_msg_cbytes = (netbsd32_u_long)dsp->_msg_cbytes;
        ds32p->msg_qnum = (netbsd32_u_long)dsp->msg_qnum;



Home | Main Index | Thread Index | Old Index