dos.library: move special handling of NIL: to one function
commitbad284ff47868ef44469504e165862a5ee447cdd
authordeadwood <deadwood@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 19 Apr 2014 09:33:59 +0000 (19 09:33 +0000)
committerdeadwood <deadwood@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 19 Apr 2014 09:33:59 +0000 (19 09:33 +0000)
tree9f5c3edd2830238d629c8461dcc3508794dca98c
parentb761780456133bac9b5b8c0fd2330848cc36d605
dos.library: move special handling of NIL: to one function

This cleans up special cases in each of the generic functions.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@48951 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
13 files changed:
rom/dos/createnewproc.c
rom/dos/dopkt.c
rom/dos/dos_intern.h
rom/dos/duplockfromfh.c
rom/dos/fs_driver.c
rom/dos/info.c
rom/dos/mmakefile.src
rom/dos/nil.c [new file with mode: 0644]
rom/dos/open.c
rom/dos/openfromlock.c
rom/dos/unlock.c
rom/dos/write.c
test/dos/nil.c