vm: include no-caching bits in PTF_ALLFLAGS for flags sanity check.
[minix.git] / commands / autil / rd_unsig2.c
blob4e4ad74859bbe448e3c45fd2e17e66ed4bfae96e
1 /* $Id$ */
2 /*
3 * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
4 * See the copyright notice in the ACK home directory, in the file "Copyright".
5 */
6 #include "obj.h"
8 unsigned int
9 rd_unsigned2(fd)
11 char buf[2];
13 rd_bytes(fd, buf, 2L);
14 return uget2(buf);