git: usr.sbin/fstyp: Make fstypes' precache_encoding const

2019-12-28 Thread Tomohiro Kusumi


commit d555ef730a551a64443f1e964bfacf80879ca343
Author: Tomohiro Kusumi 
Date:   Sun Dec 29 00:28:08 2019 +0900

usr.sbin/fstyp: Make fstypes' precache_encoding const

This from f3e1c87543147f0c95d3d9e5d79d4a704e1ab1af should be const.
Failed to compile on NetBSD with below error.
"initialization discards 'const' qualifier from pointer target type"

Summary of changes:
 usr.sbin/fstyp/fstyp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d555ef730a551a64443f1e964bfacf80879ca343


-- 
DragonFly BSD source repository


git: : More cleanup.

2019-12-28 Thread Sascha Wildner


commit d36cdf29dfc3dc7fc156521034b555b620e443f5
Author: Sascha Wildner 
Date:   Sat Dec 28 20:43:29 2019 +0100

: More cleanup.

The *_XFACE definitions are not needed. ACPICA cares about this itself.

While here, fix some whitespace and adjust the include guard name.

Summary of changes:
 sys/platform/pc64/include/acpica_machdep.h | 27 ++-
 1 file changed, 6 insertions(+), 21 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d36cdf29dfc3dc7fc156521034b555b620e443f5


-- 
DragonFly BSD source repository


git: : Adjust more whitespace.

2019-12-28 Thread Sascha Wildner


commit 4fd43547a032165d713c4c4dfb1a74a1404b1dfc
Author: Sascha Wildner 
Date:   Sat Dec 28 20:44:56 2019 +0100

: Adjust more whitespace.

Summary of changes:
 sys/platform/pc64/include/acpica_machdep.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4fd43547a032165d713c4c4dfb1a74a1404b1dfc


-- 
DragonFly BSD source repository


git: : Sigh another w/s fix.

2019-12-28 Thread Sascha Wildner


commit 4f984627f15d5df1f24df7115bdb31b3429299f1
Author: Sascha Wildner 
Date:   Sat Dec 28 20:47:38 2019 +0100

: Sigh another w/s fix.

Summary of changes:
 sys/platform/pc64/include/acpica_machdep.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4f984627f15d5df1f24df7115bdb31b3429299f1


-- 
DragonFly BSD source repository


git: boot/edk2: Fix a -Wundef warning.

2019-12-28 Thread Sascha Wildner


commit 36895eada7e2bb7235c0fe7ff2c22c36d83e5610
Author: Sascha Wildner 
Date:   Sat Dec 28 21:34:11 2019 +0100

boot/edk2: Fix a -Wundef warning.

Summary of changes:
 sys/contrib/edk2/Include/Base.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/36895eada7e2bb7235c0fe7ff2c22c36d83e5610


-- 
DragonFly BSD source repository


git: dsynth - Exit if command-line port specifications are mangled

2019-12-28 Thread Matthew Dillon


commit 310ce99ff6c7c5cd0fa01bf32fefe90f505cb04a
Author: Matthew Dillon 
Date:   Sat Dec 28 19:19:10 2019 -0800

dsynth - Exit if command-line port specifications are mangled

* Exit if command-line port specifications are mangled

Reported-by: zrj

Summary of changes:
 usr.bin/dsynth/pkglist.c | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/310ce99ff6c7c5cd0fa01bf32fefe90f505cb04a


-- 
DragonFly BSD source repository