diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-11-12 06:02:12 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-11-12 06:02:12 +0000 |
| commit | d5bff85ebbdae3dde44534e812c391b5b531b19f (patch) | |
| tree | aba9ad1fe12d5c85f3f47543c4c27b133e88fb52 /audio/tracker/files/patch-ac | |
| parent | sudo is moved from sysutils to security. (diff) | |
Upgrade to 5.3
Notes
Notes:
svn path=/head/; revision=4420
Diffstat (limited to 'audio/tracker/files/patch-ac')
| -rw-r--r-- | audio/tracker/files/patch-ac | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/tracker/files/patch-ac b/audio/tracker/files/patch-ac new file mode 100644 index 000000000000..5bee61206a48 --- /dev/null +++ b/audio/tracker/files/patch-ac @@ -0,0 +1,24 @@ +*** Arch/PCux/audio.c.bak Fri Apr 12 20:30:37 1996 +--- Arch/PCux/audio.c Tue Nov 12 08:40:29 1996 +*************** +*** 9,14 **** +--- 9,17 ---- + #include <unistd.h> + #include <fcntl.h> + #include "extern.h" ++ #include "prefs.h" ++ #include "autoinit.h" ++ #include "watched_var.h" + + struct options_set *port_options=0; + +*************** +*** 116,121 **** +--- 119,125 ---- + } + samples_max = buf_max / dsize; + current_freq = f; ++ set_watched_scalar(FREQUENCY, f); + total = 0; + return f; + } |
