Changeset 837 in MondoRescue


Ignore:
Timestamp:
Sep 26, 2006, 12:41:31 AM (18 years ago)
Author:
Bruno Cornec
Message:

Compilation Fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/src/common/newt-specific.c

    r808 r837  
    1313#define MAX_NEWT_COMMENT_LEN 200
    1414
     15#include <stdio.h>
    1516#include <unistd.h>
    1617#include <math.h>
     
    234235
    235236/**
    236  * Kill any process containing the string @p str surrounded by spaces in its commandline.
     237 * Kill any process containing the string @p str
     238 * surrounded by spaces in its commandline.
    237239 */
    238240void kill_anything_like_this(char *str) {
     
    719721            newtEntry(2, newtTextboxGetNumLines(text) + 2,
    720722                      output, 50,
    721                       entry_value, NEWT_FLAG_RETURNEXIT
     723                      (void *)entry_value, NEWT_FLAG_RETURNEXIT
    722724            );
    723725        b_1 = newtButton(6, newtTextboxGetNumLines(text) + 4, _("  OK  "));
Note: See TracChangeset for help on using the changeset viewer.