source: branches/ithildin-1.1/source/poller_devpoll.c @ 576

Revision 576, 278 bytes checked in by wd, 7 years ago (diff)

Bulk change to embedded vi settings. Textwidth is now 76, and expandtabs is
on.

  • Property svn:keywords set to Id Rev
Line 
1/*
2 * poller_devpoll.c: /dev/poll polling mechanism function
3 *
4 * Copyright 2002 the Ithildin Project.
5 * See the COPYING file for more information on licensing and use.
6 */
7
8#include <ithildin/stand.h>
9
10IDSTRING(poller_rcsid, "$Id$");
11
12/* vi:set ts=8 sts=4 sw=4 tw=76 et: */
Note: See TracBrowser for help on using the repository browser.