Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sbin/mknod
Module Name: src
Committed By: tsutsui
Date: Fri Jun 14 16:28:20 UTC 2013
Modified Files:
src/sbin/mknod: mknod.c pack_dev.c pack_dev.h
Log Message:
Remove old workaround for Cygwin.
http://mail-index.netbsd.org/source-changes/2003/05/08/0042.html
16bit dev_t for !__CYGWIN_USE_BIG_TYPES__ was removed in Cygwin 1.7.2
http://cygwin.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/types.h?cvsroot=src#rev1.32
and __dev32_t has been removed since 1.7.19.
http://cygwin.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/types.h?cvsroot=src#rev1.36
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sbin/mknod/mknod.c
cvs rdiff -u -r1.11 -r1.12 src/sbin/mknod/pack_dev.c
cvs rdiff -u -r1.7 -r1.8 src/sbin/mknod/pack_dev.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index