cosmopolitan/libc/isystem/utmp.h
Justine Tunney 17cbe73411 Add finger demo to redbean and fix regression
This change fixes a regression in unix.connect() caused by the recent
addition of UNIX domain sockets. The BSD finger command has been added
to third_party for fun and profit. A new demo has been added to redbean
showing how a protocol as simple as finger can be implemented.
2022-06-23 03:42:05 -07:00

4 lines
162 B
C

#ifndef COSMOPOLITAN_LIBC_ISYSTEM_UTMP_H_
#define COSMOPOLITAN_LIBC_ISYSTEM_UTMP_H_
#include "libc/runtime/utmp.h"
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_UTMP_H_ */