mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
Remove osi_GetTime from param.i386_dfbsd_23.h
Commit a5c3dfe99f (afs: Move osi_GetTime out of param.h) moved all osi_GetTime definitions from param files into osi_machdep.h for the given platform. But while it added an osi_GetTime for the DFBSD osi_machdep.h, it forgot to remove the osi_GetTime definition from the only DFBSD param file we have, param.i386_dfbsd_23.h. Get rid of the lingering extra definition. Change-Id: Ic391922e9fe2551065342b4f9ef3b148402d70b6 Reviewed-on: https://gerrit.openafs.org/14992 Reviewed-by: Benjamin Kaduk <kaduk@mit.edu> Tested-by: Benjamin Kaduk <kaduk@mit.edu>
This commit is contained in:
parent
82c14b9a66
commit
8987c75dea
@ -74,7 +74,6 @@
|
||||
#define AFS_UIOSYS UIO_SYSSPACE
|
||||
#define AFS_UIOUSER UIO_USERSPACE
|
||||
#define AFS_CLBYTES CLBYTES
|
||||
#define osi_GetTime(x) microtime(x)
|
||||
#define AFS_KALLOC(x) osi_fbsd_alloc((x), 1)
|
||||
#undef AFS_KALLOC_NOSLEEP
|
||||
#define AFS_KALLOC_NOSLEEP(x) osi_fbsd_alloc((x), 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user