Subject: CVS commit: src/sbin/umount
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 09/01/2004 01:47:09
Module Name: src
Committed By: chs
Date: Wed Sep 1 01:47:09 UTC 2004
Modified Files:
src/sbin/umount: umount.c
Log Message:
pass data to a function via an argument instead of via a global variable.
this avoids a name collision with libcurses functions when both are
present in a crunched static binary. part of PR 26458.
To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 src/sbin/umount/umount.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.