summaryrefslogtreecommitdiff
path: root/bin/sh/exec.c
diff options
context:
space:
mode:
authorsoren <soren@NetBSD.org>2003-03-05 16:52:16 +0000
committersoren <soren@NetBSD.org>2003-03-05 16:52:16 +0000
commitea477f4ba76712cbfdb82157fb6fadae3cb84fe5 (patch)
tree4ba3d4b04749a1aed48b977129bfb61192f62814 /bin/sh/exec.c
parent0f3d1214d1a179d4e4f16924559e179b3d28eeca (diff)
Forgot dummy printf.
Diffstat (limited to 'bin/sh/exec.c')
0 files changed, 0 insertions, 0 deletions
-26remove stale getdevmajor() declarations, fixes lint(1) warningdrochner 2009-01-20Change major()/minor() to return 32-bit types again, calleddrochner 2009-01-11add another directory the cvs did not merge.christos 2009-01-11merge christos-time_tchristos 2008-05-04Fix a bug in the implementation of seekdir(). If the first entry intonnerre 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2006-08-26Move ns_addr and ns_ntoa to compat libc. Add a stripped version ofmatt 2006-08-04whitespace.yamt 2006-08-04remove the support of variable-sized filehandle from compat version ofyamt 2006-07-31Make filehandles opaque to userlandmartin 2006-03-26PR/33124: Murray Armfield: readdir_r is missing a restrict qualifier.christos 2006-01-24rename __func to _func_unlocked, and add their prototypes in extern.hchristos 2006-01-24Expose __readdir and __telldir, unlocked versions of the non-underscorechristos 2005-09-14Fix opendir30 screwup and sort the compat defs for clarity.christos 2005-09-13compat core reorg.christos