Source-Changes-HG archive

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

[src/trunk]: src/common/lib/libprop Correct a deprecation warning.



details:   https://anonhg.NetBSD.org/src/rev/2fafe2b44d1e
branches:  trunk
changeset: 934091:2fafe2b44d1e
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Jun 06 22:23:31 2020 +0000

description:
Correct a deprecation warning.

diffstat:

 common/lib/libprop/prop_number.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 940fbcbda386 -r 2fafe2b44d1e common/lib/libprop/prop_number.c
--- a/common/lib/libprop/prop_number.c  Sat Jun 06 22:06:42 2020 +0000
+++ b/common/lib/libprop/prop_number.c  Sat Jun 06 22:23:31 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: prop_number.c,v 1.32 2020/06/06 21:25:59 thorpej Exp $ */
+/*     $NetBSD: prop_number.c,v 1.33 2020/06/06 22:23:31 thorpej Exp $ */
 
 /*-
  * Copyright (c) 2006, 2020 The NetBSD Foundation, Inc.
@@ -366,7 +366,7 @@
 }
 
 _PROP_DEPRECATED(prop_number_create_unsigned_integer,
-    "this program uses prop_number_create_uinteger(), "
+    "this program uses prop_number_create_unsigned_integer(), "
     "which is deprecated; use prop_number_create_unsigned() instead.")
 prop_number_t
 prop_number_create_unsigned_integer(uint64_t val)



Home | Main Index | Thread Index | Old Index