aboutsummaryrefslogtreecommitdiff
path: root/contrib/ntp/README.hackers
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/README.hackers')
-rw-r--r--contrib/ntp/README.hackers15
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/ntp/README.hackers b/contrib/ntp/README.hackers
new file mode 100644
index 000000000000..dce44821cf5b
--- /dev/null
+++ b/contrib/ntp/README.hackers
@@ -0,0 +1,15 @@
+Notes to hackers.
+
+See README.patches for information about submitting patches.
+
+---
+
+Dave likes this code indented formatted in a consistent way.
+The file "dot.emacs" has the emacs C-mode indentation style that Dave likes.
+
+---
+
+We'd like to see *all* system function declarations live in include/l_stdlib.h
+and NEVER appear in the .c files.
+
+---