Chuck Silvers | 1 Sep 2004 03:46
Picon

CVS commit: src/usr.bin/tset


Module Name:	src
Committed By:	chs
Date:		Wed Sep  1 01:46:28 UTC 2004

Modified Files:
	src/usr.bin/tset: extern.h set.c tset.c

Log Message:
pass data to a function via arguments instead of via global variables.
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.9 -r1.10 src/usr.bin/tset/extern.h src/usr.bin/tset/set.c
cvs rdiff -r1.14 -r1.15 src/usr.bin/tset/tset.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Chuck Silvers | 1 Sep 2004 03:46
Picon

CVS commit: src/distrib/utils/more


Module Name:	src
Committed By:	chs
Date:		Wed Sep  1 01:46:56 UTC 2004

Modified Files:
	src/distrib/utils/more: command.c extern.h main.c signal.c

Log Message:
rename a global variable so that it doesn't collide with a libcurses function
when both are present in a crunched static binary.  part of PR 26458.

To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/distrib/utils/more/command.c
cvs rdiff -r1.2 -r1.3 src/distrib/utils/more/extern.h
cvs rdiff -r1.8 -r1.9 src/distrib/utils/more/main.c
cvs rdiff -r1.5 -r1.6 src/distrib/utils/more/signal.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Chuck Silvers | 1 Sep 2004 03:47
Picon

CVS commit: src/sbin/umount


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.

James Chacon | 1 Sep 2004 05:33
Picon

CVS commit: [netbsd-2-0] src/usr.bin/tset


Module Name:	src
Committed By:	jmc
Date:		Wed Sep  1 03:33:59 UTC 2004

Modified Files:
	src/usr.bin/tset [netbsd-2-0]: extern.h

Log Message:
Pullup rev 1.10 (requested by chs in ticket #808)

Rename variables so they dont conflict w. libcurses when crunched. PR#26458

To generate a diff of this commit:
cvs rdiff -r1.9 -r1.9.2.1 src/usr.bin/tset/extern.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

James Chacon | 1 Sep 2004 05:34
Picon

CVS commit: [netbsd-2-0] src/usr.bin/tset


Module Name:	src
Committed By:	jmc
Date:		Wed Sep  1 03:34:01 UTC 2004

Modified Files:
	src/usr.bin/tset [netbsd-2-0]: set.c

Log Message:
Pullup rev 1.10 (requested by chs in ticket #808)

Rename variables so they dont conflict w. libcurses when crunched. PR#26458

To generate a diff of this commit:
cvs rdiff -r1.9 -r1.9.2.1 src/usr.bin/tset/set.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

James Chacon | 1 Sep 2004 05:34
Picon

CVS commit: [netbsd-2-0] src/distrib/utils/more


Module Name:	src
Committed By:	jmc
Date:		Wed Sep  1 03:34:08 UTC 2004

Modified Files:
	src/distrib/utils/more [netbsd-2-0]: command.c

Log Message:
Pullup rev 1.11 (requested by chs in ticket #808)

Rename variables so they dont conflict w. libcurses when crunched. PR#26458

To generate a diff of this commit:
cvs rdiff -r1.10 -r1.10.2.1 src/distrib/utils/more/command.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

James Chacon | 1 Sep 2004 05:34
Picon

CVS commit: [netbsd-2-0] src/usr.bin/tset


Module Name:	src
Committed By:	jmc
Date:		Wed Sep  1 03:34:04 UTC 2004

Modified Files:
	src/usr.bin/tset [netbsd-2-0]: tset.c

Log Message:
Pullup rev 1.15 (requested by chs in ticket #808)

Rename variables so they dont conflict w. libcurses when crunched. PR#26458

To generate a diff of this commit:
cvs rdiff -r1.13 -r1.13.2.1 src/usr.bin/tset/tset.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

James Chacon | 1 Sep 2004 05:34
Picon

CVS commit: [netbsd-2-0] src/distrib/utils/more


Module Name:	src
Committed By:	jmc
Date:		Wed Sep  1 03:34:10 UTC 2004

Modified Files:
	src/distrib/utils/more [netbsd-2-0]: extern.h

Log Message:
Pullup rev 1.3 (requested by chs in ticket #808)

Rename variables so they dont conflict w. libcurses when crunched. PR#26458

To generate a diff of this commit:
cvs rdiff -r1.2 -r1.2.10.1 src/distrib/utils/more/extern.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

James Chacon | 1 Sep 2004 05:34
Picon

CVS commit: [netbsd-2-0] src/distrib/utils/more


Module Name:	src
Committed By:	jmc
Date:		Wed Sep  1 03:34:13 UTC 2004

Modified Files:
	src/distrib/utils/more [netbsd-2-0]: main.c

Log Message:
Pullup rev 1.9 (requested by chs in ticket #808)

Rename variables so they dont conflict w. libcurses when crunched. PR#26458

To generate a diff of this commit:
cvs rdiff -r1.8 -r1.8.2.1 src/distrib/utils/more/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

James Chacon | 1 Sep 2004 05:34
Picon

CVS commit: [netbsd-2-0] src/distrib/utils/more


Module Name:	src
Committed By:	jmc
Date:		Wed Sep  1 03:34:15 UTC 2004

Modified Files:
	src/distrib/utils/more [netbsd-2-0]: signal.c

Log Message:
Pullup rev 1.6 (requested by chs in ticket #808)

Rename variables so they dont conflict w. libcurses when crunched. PR#26458

To generate a diff of this commit:
cvs rdiff -r1.5 -r1.5.2.1 src/distrib/utils/more/signal.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


Gmane