diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/getloadavg.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/getloadavg.c b/src/getloadavg.c index 3076012c6d5..598c505d1af 100644 --- a/src/getloadavg.c +++ b/src/getloadavg.c | |||
| @@ -14,7 +14,8 @@ | |||
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program; if not, write to the Free Software | 16 | along with this program; if not, write to the Free Software |
| 17 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ | 17 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
| 18 | USA. */ | ||
| 18 | 19 | ||
| 19 | /* Compile-time symbols that this file uses: | 20 | /* Compile-time symbols that this file uses: |
| 20 | 21 | ||