]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/ntp/README.hackers
MFC r368207,368607:
[FreeBSD/stable/10.git] / contrib / ntp / README.hackers
1 Notes to hackers.
2
3 See README.patches for information about submitting patches.
4
5 ---
6
7 Dave likes this code indented formatted in a consistent way.
8 The file "dot.emacs" has the emacs C-mode indentation style that Dave likes.
9
10 ---
11
12 We'd like to see *all* system function declarations live in include/l_stdlib.h
13 and NEVER appear in the .c files.
14
15 ---