summaryrefslogtreecommitdiff
path: root/solenv/unxmacxp/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-27 12:38:53 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-28 15:47:03 +0100
commitde58ebee9c48791b59e3763d8e5187f6ac00b4ad (patch)
treea8ec8023e48a1736782a654e168dce3deff18b24 /solenv/unxmacxp/inc
parent0b2fceaafa534252ffabb37dec803ed2c37d518c (diff)
add modelines to .h files as well
Diffstat (limited to 'solenv/unxmacxp/inc')
-rw-r--r--solenv/unxmacxp/inc/poll.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/unxmacxp/inc/poll.h b/solenv/unxmacxp/inc/poll.h
index 761b59dbec1f..00c6cbacf32a 100644
--- a/solenv/unxmacxp/inc/poll.h
+++ b/solenv/unxmacxp/inc/poll.h
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
// poll.h
// MacOS X does not implement poll(). Therefore, this replacement
// is required. It uses select().
@@ -171,3 +172,5 @@ inline int poll(struct pollfd *pollSet, int pollCount, int pollTimeout)
#undef FD_SETSIZE
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */