chiark
/
gitweb
/
~mdw
/
adns
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
srv with postsort seems to work
[adns]
/
regress
/
hcommon.c
diff --git
a/regress/hcommon.c
b/regress/hcommon.c
index ff984fecd1cd8d0924ce7f1323a92e9588e3211a..0324e5803ffbd4abde12c6387d096864c72d69d6 100644
(file)
--- a/
regress/hcommon.c
+++ b/
regress/hcommon.c
@@
-295,3
+295,6
@@
void Hexit(int rv) {
}
exit(rv);
}
}
exit(rv);
}
+pid_t Hgetpid(void) {
+ return 2264; /* just some number */
+}