Home
last modified time | relevance | path

Searched refs:hpux040context (Results 1 – 1 of 1) sorted by relevance

/original-bsd/sys/hp/hpux/
H A Dhpux_compat.c65 char hpux040context[] = variable
1501 len = min(uap->len, sizeof(hpux040context));
1503 error = copyout(hpux040context, uap->buf, len);
1505 *retval = sizeof(hpux040context);