=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/utils.c,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/sndiod/utils.c 2016/05/25 05:39:50 1.3 --- src/usr.bin/sndiod/utils.c 2017/01/03 06:53:20 1.4 *************** *** 1,4 **** ! /* $OpenBSD: utils.c,v 1.3 2016/05/25 05:39:50 ratchov Exp $ */ /* * Copyright (c) 2003-2012 Alexandre Ratchov * --- 1,4 ---- ! /* $OpenBSD: utils.c,v 1.4 2017/01/03 06:53:20 ratchov Exp $ */ /* * Copyright (c) 2003-2012 Alexandre Ratchov * *************** *** 96,102 **** } /* ! * store a unsigned decimal in the log */ void log_putu(unsigned long num) --- 96,102 ---- } /* ! * store an unsigned decimal in the log */ void log_putu(unsigned long num) *************** *** 140,146 **** } /* ! * allocate a (small) abount of memory, and abort if it fails */ void * xmalloc(size_t size) --- 140,146 ---- } /* ! * allocate a (small) amount of memory, and abort if it fails */ void * xmalloc(size_t size)